express-pong
v1.2.7
Published
minimum ping-pong server
Readme
Run
As Docker container
export exposedPort=<exposed-port>
docker run -p ${exposedPort}:80 ghcr.io/davidkhala/httpAs node process
cd httpPORT=<port> node app.js- with
nohupto run in backgroundPORT=<port> nohup node app.js &
- as binary:
npx pong-http
