https://github.com/doctormckay/node-websocket13
Lightweight pure-JS websocket support
https://github.com/doctormckay/node-websocket13
websocket websockets
Last synced: about 1 year ago
JSON representation
Lightweight pure-JS websocket support
- Host: GitHub
- URL: https://github.com/doctormckay/node-websocket13
- Owner: DoctorMcKay
- License: mit
- Created: 2016-01-10T05:42:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T22:21:47.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T13:01:41.414Z (about 1 year ago)
- Topics: websocket, websockets
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/websocket13
- Size: 173 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.