GithubHelp home page GithubHelp logo

zs0723 / express Goto Github PK

View Code? Open in Web Editor NEW

This project forked from expressjs/express

1.0 1.0 0.0 8.32 MB

Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple

Home Page: http://expressjs.com

License: MIT License

express's Introduction

Express

Insanely fast (and small) server-side JavaScript web development framework built on node and Connect.

 var app = express.createServer();
 
 app.get('/', function(req, res){
   res.send('Hello World');
 });
 
 app.listen(3000);

Installation

$ npm install express

or to access the express(1) executable install globally:

$ npm install -g express

Quick Start

The quickest way to get started with express is to utilize the executable express(1) to generate an application as shown below:

Create the app:

$ npm install -g express
$ express /tmp/foo && cd /tmp/foo

Install dependencies:

$ npm install -d

Start the server:

$ node app.js

Features

  • Robust routing
  • Redirection helpers
  • Dynamic view helpers
  • Content negotiation
  • Focus on high performance
  • View rendering and partials support
  • Environment based configuration
  • Session based flash notifications
  • Built on Connect
  • High test coverage
  • Executable for generating applications quickly
  • Application level view options

Via Connect:

  • Session support
  • Cache API
  • Mime helpers
  • ETag support
  • Persistent flash notifications
  • Cookie support
  • JSON-RPC
  • Logging
  • and much more!

Contributors

The following are the major contributors of Express (in no specific order).

More Information

Node Compatibility

Express 1.x is compatible with node 0.2.x and connect < 1.0.

Express 2.x is compatible with node 0.4.x and connect 1.x

Express 3.x (master branch) is compatible with node 0.6.x and connect 2.x

Viewing Examples

First install the dev dependencies to install all the example / test suite deps:

$ npm install -d

then run whichever tests you want:

$ node examples/jade/app.js

Running Tests

To run the test suite first invoke the following command within the repo, installing the development dependencies:

$ npm install

then run the tests:

$ make test

License

(The MIT License)

Copyright (c) 2009-2011 TJ Holowaychuk <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

express's People

Contributors

tj avatar ciaranj avatar aheckmann avatar rauchg avatar davglass avatar nick avatar weaver avatar bdotdub avatar tritonrc avatar dshaw avatar redsquirrel avatar jakeg avatar 8bitdesigner avatar adamsanderson avatar gugu avatar swatinem avatar purohit avatar darrentorpey avatar gjritter avatar jherdman avatar joemccann avatar jondum avatar jpalardy avatar jzacsh avatar justinabrahms avatar mhayashi avatar mcolyer avatar masylum avatar defunctzombie avatar ctide avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.