express-pong

1.2.7 • Public • Published

Run

As Docker container

export exposedPort=<exposed-port>
docker run -p ${exposedPort}:80 ghcr.io/davidkhala/http

As node process

cd http
  • PORT=<port> node app.js
  • with nohup to run in background
    • PORT=<port> nohup node app.js &
  • as binary: npx pong-http

Readme

Keywords

Package Sidebar

Install

npm i express-pong

Weekly Downloads

15

Version

1.2.7

License

Apache-2.0

Unpacked Size

3.14 kB

Total Files

5

Last publish

Collaborators

  • davidkhala