Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T16:49:45.000Z (11 months ago)
- Last Synced: 2024-11-08T02:06:01.112Z (about 2 months ago)
- Topics: libp2p, mplex, pull-stream
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 4
- Watchers: 23
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
pull-plex
===================[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai)
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)
[![](https://img.shields.io/codecov/c/github/libp2p/pull-mplex.svg?style=flat-square)](https://codecov.io/gh/libp2p/pull-mplex)
[![](https://img.shields.io/travis/libp2p/pull-mplex.svg?style=flat-square)](https://travis-ci.com/libp2p/pull-mplex)
[![Dependency Status](https://david-dm.org/libp2p/pull-mplex.svg?style=flat-square)](https://david-dm.org/libp2p/pull-mplex)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](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/raw/master/img/badge.png)](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