@hazae41/smux
v1.1.3
Published
Zero-copy SMUX protocol for the web
Downloads
51
Maintainers
Readme
SMUX
Zero-copy SMUX protocol for the web
npm i @hazae41/smux
Features
Current features
- 100% TypeScript and ESM
- Zero-copy reading and writing
- Works in the browser
Upcoming features
- Multiplexing
Usage
import { SmuxDuplex } from "@hazae41/smux"
const smux = new SmuxDuplex({ streamID: 3 })