server-listen

0.0.1 • Public • Published

server-listen

Utility to listen for a server.

Installation

npm install server-listen -S

Usage

import { listen } from 'server-listen';

const app = express();
listen(app);

Environment Variables

  • APP_URL
    • This variable defines a schema, a host, a port and other options to listen.
    • Default value is http://localhost:0.

License

MIT

/server-listen/

    Package Sidebar

    Install

    npm i server-listen

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • nak2k