Skip to content

hazae41/smux

Repository files navigation

SMUX

Zero-copy SMUX protocol for the web

npm i @hazae41/smux

Node Package 📦

Features

Current features

  • 100% TypeScript and ESM
  • Zero-copy reading and writing
  • Works in the browser
  • Multiplexing

Usage

import { SmuxDuplex } from "@hazae41/smux"

const smux = new SmuxDuplex({ streamID: 3 })