1.0.0 • Published 5 years ago

extensible-node-server v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
5 years ago

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#);