Skip to content

creationix/node-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

node-router

Node-router is a small simple node.js http server that makes building simple web-services super simple.

Node libraries

There are two ways to include this library in your node project. You can either copy the node-router.js file in the same directory as your script and require it with a relative path:

var NodeRouter = require('./node-router');

Or you can copy node-router.js to somewhere in your require.paths array. Then you can use a global require like:

var NodeRouter = require('node-router');

See the node docs for more details.

About

A simple http server for node.js that has sinatra like qualities. Ideal for generating web services via node.

Resources

Stars

Watchers

Forks

Packages

No packages published