Skip to content

tomphttp/websocket-echo

Repository files navigation

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

Releases

No releases published

Packages

No packages published