mxd-express
v1.2.1
Published
Initialize express with the right port and a /ping route
Downloads
8
Keywords
Readme
Example
const { app, express } = require('mxd-express')(config);
// if the port is later needed use 'config.port'
// if the hostname is later needed use 'config.hostname'