express4-skeleton
v0.3.1
Published
Web application skeleton for an express.js application
Downloads
2
Readme
express4-skeleton
This is just an example Express.js 4.x web application skeleton targeted to demonstrate some of the facilities offered by the framework. Additionally, it is integrated with a barebones version of Bootstrap 4.x.
Characteristics
- Compatible with Node.js 6.0 or higher
- Fully configurable via JSON file
- Automatic creation of a cluster
- Handling of HTTP errors
Installation
Execute:
npm install express4-skeleton
Install dependencies
npm install express4-skeleton
Start-up
Execute:
npm start
TO-DOs
- Check port availability
- Sticky sessions