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 c70c9f989f fix some bugs, iterate the api 2021-12-27 16:09:34 +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 fix some bugs, iterate the api 2021-12-27 16:09:34 +01:00
messages.js fix some bugs, iterate the api 2021-12-27 16:09:34 +01:00
package.json fix some bugs, iterate the api 2021-12-27 16:09:34 +01:00
test.js fix some bugs, iterate the api 2021-12-27 16:09:34 +01:00

README.md

protomux

Multiplex multiple message oriented protocols over a stream

npm install protomux

Usage

const Protomux = require('protomux')

License

MIT