An open API service indexing awesome lists of open source software.

https://github.com/upendradevsingh/node-mvc-controller

plugin to scan and initiate all the routes/controller/handlers in node application
https://github.com/upendradevsingh/node-mvc-controller

Last synced: 2 months ago
JSON representation

plugin to scan and initiate all the routes/controller/handlers in node application

Awesome Lists containing this project

README

        

node-mvc-controller
===================

plugin to scan and initiate all the routes/controller/handlers in node application

Usage


var scan = require('node-mvc-controller');
scan(__dirname + '/routes', app);
note: 2nd parameter is relative path of route directory.