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 e8acc3934f missing messages.js 2021-11-15 16:12:21 +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
messages.js missing messages.js 2021-11-15 16:12:21 +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