Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 315 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 315 Bytes

WebSocket Echo Test

This is an example of a ping WebSocket server.

Quickstart

  1. Clone this repository
git clone https://github.com/tomphttp/websocket-echo.git
cd websocket-echo
  1. Install dependencies
npm install
  1. Run the server
npm start -- --port 80 --host 127.0.0.1