# pull-mplex **Repository Path**: mirrors_libp2p/pull-mplex ## Basic Information - **Project Name**: pull-mplex - **Description**: multiplexer implementing the https://github.com/libp2p/mplex spec with pull-streams - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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