json2server

0.1.31 • Public • Published

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] json2server

Usage

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 file

more options

See this file

Documentation

Documentation about server.json/client and points to keep in mind

License

MIT © Ramesh Kumar

/json2server/

    Package Sidebar

    Install

    npm i json2server

    Weekly Downloads

    29

    Version

    0.1.31

    License

    MIT

    Unpacked Size

    101 kB

    Total Files

    34

    Last publish

    Collaborators

    • codeofnode