workful
v2.3.10
Published
Node.js web framework
Readme
workful
Simple node.js web framework
The framework works as an overlay to the standard http library createServer function, simplifying the usage req and res objects. Additionnaly, the framework significantly eases routes management.
Installation
npm install workfulGetting started
// todo