http-pingpong
v1.0.0
Published
A simple express based ping server.
Downloads
4
Readme
Simple express based ping server.
Quick start
npm install -g http-pingpong
PORT=8080 pingpong
This will start an express server on port 8080 (if you don't provide PORT it will default to 3000) that responds to GET /ping
with <pong>
.