Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobbubu/pull-mux
https://github.com/jacobbubu/pull-mux
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobbubu/pull-mux
- Owner: jacobbubu
- License: mit
- Created: 2020-04-06T13:52:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T17:05:49.000Z (over 1 year ago)
- Last Synced: 2024-11-13T16:12:02.950Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# @jacobbubu/pull-mux
[![Build Status](https://travis-ci.org/jacobbubu/pull-mux.svg)](https://travis-ci.org/jacobbubu/pull-mux)
[![Coverage Status](https://coveralls.io/repos/github/jacobbubu/pull-mux/badge.svg)](https://coveralls.io/github/jacobbubu/pull-mux)
[![npm](https://img.shields.io/npm/v/@jacobbubu/pull-mux.svg)](https://www.npmjs.com/package/@jacobbubu/pull-mux/)> Mux and demux for pull-stream
## Intro.
This repo. is highly inspired by [pull-mux](https://github.com/nichoth/pull-mux) but support add sub-stream dynamically.
## Usage
Please see the [examples](https://github.com/jacobbubu/pull-mux/tree/master/examples) for the usage.