Multiplex multiple message oriented protocols over a stream
This repository has been archived on 2023-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Mathias Buus ce309533f4 first commit 2021-11-10 15:15:09 +01:00
.github/workflows first commit 2021-11-10 15:15:09 +01:00
.gitignore first commit 2021-11-10 15:15:09 +01:00
LICENSE first commit 2021-11-10 15:15:09 +01:00
README.md first commit 2021-11-10 15:15:09 +01:00
index.js first commit 2021-11-10 15:15:09 +01:00
package.json first commit 2021-11-10 15:15:09 +01:00
test.js first commit 2021-11-10 15:15:09 +01:00

README.md

protomux

Multiplex multiple message oriented protocols over a stream

npm install protomux

Usage

const Protomux = require('protomux')

License

MIT