UNPKG

that

Version:

Advanced Node.js framework featuring Evented Evolution Engine, Seamless State Sharing, and Plugin-optimized Operation

8 lines (6 loc) 178 B
var that = require('that') , controller = that.controller() controller.get('/', function (req, res, next) { res.render('index.html'); }); that.controllers.push(controller);