1.0.0 • Published 5 years ago
extensible-node-server v1.0.0
extensible-node-server
An extensible express web server
This is a launch point for me as I implement features into an express web server, these layers will allow for the customizing of the webserver with only the features that are needed.
To get started, use npm install extensible-node-server (or yarn add extensible-node-server)
Then in the server file just use the following lines:
const server = require('extensible-node-server'); server.start(PORT#);
1.0.0
5 years ago