json2server
v0.1.31
Published
Provide a json to ready a server. It has routes, validations and more.
Readme
json2server
Provide a json to ready a server. It has routes, validations and more.
Why
- Make code structure simple and highly modular
- Anyone can read and understand the flow control of server at high level.
- High level configurations and yet fully customizable
- Variable replacement at init and also at runtime
- Routes setup within json
Install
$ npm install [-g] json2serverUsage
As global module
$ npm install -g json2server
$ json2server // run instant server in current directory
$ json2server --outfile=true // to build and generate a server file
$ json2server --browser=true // to build and generate a client filemore options
Documentation
Documentation about server.json/client and points to keep in mind
License
MIT © Ramesh Kumar
