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 workful Getting started // todo