Developer productivity framework. Don't spend time configuring your node server. Start a new project in seconds and start writing your business logic NOW!!!!
- RESTful API JSON ....... and XML
- Server Side: Powered by Nemesis.io + Express.js + Connect
- Client Side: Angular.js + Jquery.js + Bootstrap.js
- Web Sockets: Socket.io + PubNub (optional)
- Template Engine: Jade (considering dust.js)
- CSS Pre Proc: Less
- BYODB: Database agnostic - Bring Your Own DB
- Follow MVC
npm install nemesis -g
This command creates a new application in the current directory
nemesis new <newWebApp>
cd <newWebApp>
npm install
- Find a better way to possibly do dependency injection