This is an example of a ping WebSocket server.
- 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