BlueStorm
![Dependency Status](https://david-dm.org/Bluestep/NodeFramework.svg)
NodeFramework is a NodeJS framework which provides :
- MODULAR ARCHITECTURE : Everything is a module. Copy & paste and you are ready to go !
- Complete development and production ready environnements
- Made for complex apps but can be used for smaller ones
- User management
- Configurable logging handler
- Easy deploy
- And more...
WARNING
This module is not stable. DO NOT use this in production. It is currently under development.
Developers
Installation
You need NodeJS 0.11.9 as KoaJS do.
$ (install NVM)
$ nvm install 0.11.9
$ nvm alias default 0.11.9
$ nvm use default
$ npm install # install dependencies
Try
You can try any test project available in src/app_test.
$ cd examples/{anyapp}
$ node cli.js #Shows every command available
$ node cli.js dev #Start development environment.
TODO
Autodeploy
Shrinkwrap
License
The MIT License