https://github.com/libp2p/pull-mplex
multiplexer implementing the https://github.com/libp2p/mplex spec with pull-streams
https://github.com/libp2p/pull-mplex
libp2p mplex pull-stream
Last synced: 8 months ago
JSON representation
multiplexer implementing the https://github.com/libp2p/mplex spec with pull-streams
- Host: GitHub
- URL: https://github.com/libp2p/pull-mplex
- Owner: libp2p
- License: mit
- Created: 2018-04-15T04:29:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T16:49:45.000Z (about 2 years ago)
- Last Synced: 2025-03-26T05:23:35.339Z (about 1 year ago)
- Topics: libp2p, mplex, pull-stream
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 4
- Watchers: 21
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
pull-plex
===================
[](http://protocol.ai)
[](http://libp2p.io/)
[](http://webchat.freenode.net/?channels=%23libp2p)
[](https://discuss.libp2p.io)
[](https://codecov.io/gh/libp2p/pull-mplex)
[](https://travis-ci.com/libp2p/pull-mplex)
[](https://david-dm.org/libp2p/pull-mplex)
[](https://github.com/feross/standard)
> pull-streams based multiplexer implementing the [mplex spec](https://github.com/libp2p/specs/blob/48b3377/mplex/README.md)
[](https://github.com/libp2p/interface-stream-muxer)
## Lead Maintainer
[Jacob Heun](https://github.com/jacobheun).
## Table of Contents
* [Install](#install)
* [Usage](#usage)
* [API](#api)
* [Contribute](#contribute)
* [License](#license)
## Install
```sh
> npm install pull-mplex
```
## Usage
See the [examples](./examples).
## API
TBD
## Contribute
This module is actively under development. Please check out the issues and submit PRs!
## License
MIT © Protocol Labs