Skip to content
/ io Public

Node JS Framework for Building Application with minimum configuration. Documentation and Implementation simultaneously.

Notifications You must be signed in to change notification settings

Vinayk93/io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

License

MIT

Free Software, Hell Yeah!

About

Node JS Framework for Building Application with minimum configuration. Documentation and Implementation simultaneously.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published