Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doctormckay/node-websocket13
Lightweight pure-JS websocket support
https://github.com/doctormckay/node-websocket13
websocket websockets
Last synced: 3 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T22:21:47.000Z (5 months ago)
- Last Synced: 2024-10-31T23:33:20.922Z (3 months ago)
- Topics: websocket, websockets
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/websocket13
- Size: 173 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebSockets for Node.js
[![npm version](https://img.shields.io/npm/v/websocket13.svg)](https://www.npmjs.com/package/websocket13)
[![npm downloads](https://img.shields.io/npm/dm/websocket13.svg)](https://npmjs.com/package/websocket13)
[![license](https://img.shields.io/npm/l/websocket13.svg)](https://github.com/DoctorMcKay/node-websocket13/blob/master/LICENSE)
[![sponsors](https://img.shields.io/github/sponsors/DoctorMcKay.svg)](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.