tautologistics/nodemachine
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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