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.
npm install workful
// todo