1.0.0 • Published 7 years ago

http-pingpong v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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>.