gx-ctrls
v1.0.13
Published
Perfect nodejs library for abstract your handlers from framework and from transport of incomming requests. Include check user roles and validator for incomming parameters.
Downloads
19
Maintainers
Readme
Perfect nodejs library for abstract your handlers from framework and from transport of incomming requests.
Include check user roles and validator for incomming parameters (used ValidatorJS ).
Install library
npm install gx-ctrls
Inlude library
var ctrls = require('gx-ctrls');
Define actions
See ValidatorJS constraints for information about constraints structure.