WebSocket Echo Test This is an example of a ping WebSocket server. Quickstart Clone this repository git clone https://github.com/tomphttp/websocket-echo.git cd websocket-echo Install dependencies npm install Run the server npm start -- --port 80 --host 127.0.0.1