A simple way to make a http (or https) node js app
- Node http server
- Express Starter Kit
- 2.0.0
- Just clone the project
- Configurations are in app/configs/config.json file
- Choose your own database use a driver (MySQL, OrientBD, MSSQL, PostgreSQL, MariaDB, SQLite and MongoDB) or create one (with init and get functions)
- Test not implement yet
- Implement your modules
- Start the server with
yarn start
- Enjoy !
Use yarn run devserver
for hot reloading
Update SKEN using sh update.sh
- implement Jasmine for node.js unit testing
- implement Bunyan for logging stuff
- Server bin
- Server entry point (app.js, appKerner.js)
- Write vendors classes
- Utils classes
- Write databases driver parent class ES6
- MongoDB
- Sequelize
- MySQL
- OrientBD
- Import and export (ES6 versions)
- Unit testing
- improve Grunt implementation (broken)
- update module: create a script to update SKEN
- Just me
- GhostxRipper