web-server-node

build server express

Usage no npm install needed!

<script type="module">
  import webServerNode from 'https://cdn.skypack.dev/web-server-node';
</script>

README

Installation

Install the dependencies and devDependencies and start the server.

$ npm install web-server-node

In Node.js:

// Load the full build.
const server = require('web-server-node');
// Get ProtoTypes in server.
const {
  Promise,
  lodash,
  moment,
  loggingFactory,
  returnCodes
} = server;

// Example connect api
[git hub](https://github.com/NguyenPhuocMinh/example-node-api)