README

March 26, 2011 ยท View on GitHub

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