UNPKG

nooljs

Version:

Full stack JavaScript framework created top of Nodejs, express, and Socket-io, and Angularjs

13 lines (8 loc) 240 B
/** * Module dependencies */ var nooljs = require('./server/nooljs'); // Instantiate and expose a nooljs singleton module.exports = new nooljs(); // Expose constructor for convenience/tests module.exports.nooljs = nooljs;