https://github.com/innovailable/ws-mplex
WebSocket Stream Multiplexing
https://github.com/innovailable/ws-mplex
multiplexing node websocket
Last synced: about 2 months ago
JSON representation
WebSocket Stream Multiplexing
- Host: GitHub
- URL: https://github.com/innovailable/ws-mplex
- Owner: Innovailable
- License: lgpl-3.0
- Created: 2020-04-10T14:22:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T15:32:47.000Z (about 6 years ago)
- Last Synced: 2025-06-20T14:17:50.308Z (about 1 year ago)
- Topics: multiplexing, node, websocket
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# ws-mplex
## Overview
This library provides the ability to transfer multiple streams over a single
WebSocket. It uses MsgPack to exchange control messages and wrap the transmitted
data. It is currently limited to Node.js by the use of the Stream API.