UNPKG

that

Version:

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

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