An open API service indexing awesome lists of open source software.

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

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.