Skip to content

tautologistics/nodemachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a port of WebMachine (v1.3), a restful framework for the erlang web server Mochiweb.
Explanation of WebMachine: http://bitbucket.org/justin/webmachine/wiki/WebmachineMechanics
HTTP Decision graph: http://bitbucket.org/justin/webmachine/wiki/BigHTTPGraph

To install:

  npm install nodemachine

To test:

  node runtests.js

To run the simple example server:

  node example-simple.js

To run the streaming example server:

  node example-stream.js