websocket13
Version:
Simple WebSocket protocol 13 client with no native or heavy dependencies
16 lines (11 loc) • 903 B
Markdown
# WebSockets for Node.js
[](https://www.npmjs.com/package/websocket13)
[](https://npmjs.com/package/websocket13)
[](https://github.com/DoctorMcKay/node-websocket13/blob/master/LICENSE)
[](https://github.com/sponsors/DoctorMcKay)
This is a pure-JavaScript implementation of [WebSocket version 13](https://tools.ietf.org/html/rfc6455).
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](https://github.com/DoctorMcKay/node-websocket13/wiki) for documentation.