Last Updated: April 28, 2016
·
249
· ilfroloff

Light node.js framework - ifnode

Hello!

I want present simple and light node.js framework. It works with all node.js versions after 0.10.x.

For create simplest http server need create a file with this code:

var ifnode = require('ifnode'),
    app = ifnode();

app.run();

You could find more information in documentation