
Fast, Configurable, Intelligent web framework for node.

Installation
$ npm install conso -g
Features
- ✔︎ Annotation
- ✔︎ Dependency Injection
- ✔︎ Configurable
- ✔︎ Async/Await
- ✔︎ Database Support Using waterline
This project uses JSDoc. For the full public API documentation, clone the repository and run npm run doc. This will run JSDoc with the proper options and output the documentation to out/.
Coming soon! Please expecting!
Quick Start
conso has a built-in generator which you can use that to generate an application as shown below:
$ npm install -g conso
$ conso init showcase && cd showcase
$ npm install
$ npm start
Then Open http://localhost:3000
License
MIT