Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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