https://github.com/maxdome/mxd-express
https://github.com/maxdome/mxd-express
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxdome/mxd-express
- Owner: maxdome
- Created: 2016-09-20T11:43:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T14:12:23.000Z (over 9 years ago)
- Last Synced: 2025-06-27T17:49:27.543Z (12 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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'
```