1.0.0 • Published 6 years ago

@vinayk93/io-node v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

N|Solid

Node JS Framework which required minimum configuration on the server and Documentation simultaneosly.

  • Configure server with 6 line of code.
  • Swagger documentation based on requirement
  • Business Logic

New Features!

  • File stucture based on the Swagger file.
  • Server initialization automatically.
  • Microservice architecture

Installation

Dillinger requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

$ npm install io
$ node start
'use strict';
var io = require('io');
io.FolderLocation( __dirname);
io.Swagger('./routes.yaml'); // create a swagger file
io.Static('./public');//create a public folder
io.Start(3000); // server on port

Todos

  • Write Automated Teesting Tool for io
  • Common DB module code once and install everywhere (with both non structure and structure DB)

License

MIT

Free Software, Hell Yeah!