0.3.1 • Published 7 years ago

express4-skeleton v0.3.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

express4-skeleton

NPM Version Node

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