Skip to content

Files

Latest commit

author
David Reed
Jun 26, 2022
b890882 · Jun 26, 2022

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