websocket-ping-check
v0.1.0
Published
A quick and simple utility for checking your round trip time to a server, via websockets. Simply run, visit, and observe your ping!
Readme
Websocket Ping Check
A quick and simple utility for checking your round trip time to a server, via websockets. Simply run, visit, and observe your ping!
Running
# Defaults to port 8080
npx websocket-ping-check
# Override with PORT env var
PORT=1234 npx websocket-ping-check