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