npm install fast-http --save
Create a tiny web server which does not support the MVC pattern,for simple Node.js app. Because I copy the same code in all my projects.
var fastHttp = require("fast-http"),
port = 80;
httpServer = fastHttp(port);