Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 213 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 213 Bytes

WebSocket API demo for Node.js and ws

Install dependencies

Definetely works fine with Node.js v16+

yarn
# or 
npm i

Run

yarn start
# or
npm start