DoctorMcKay / node-websocket13

Lightweight pure-JS websocket support
https://www.npmjs.com/package/websocket13
MIT License
4 stars 1 forks source link
websocket websockets

WebSockets for Node.js

npm version npm downloads license sponsors

This is a pure-JavaScript implementation of WebSocket version 13. It has no large or native dependencies. It can establish connections to WebSocket servers (as a client), and also accept connections from clients (as a server).

Requires Node.js v12.22.0 or later.

Documentation

Please see the GitHub wiki for documentation.