From 5c0507f2100f0139b0a916a2d24fe96e99fdbdf9 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 13 Jul 2015 17:34:11 -0700 Subject: [PATCH] update the list of modules that use this abstraction --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 071b963..0f06c80 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ The API is presented with both Node.js and Go primitives, however, there is not # Modules that implement the interface -- [https://github.com/diasdavid/node-spdy-stream-muxer](Node.js spdy-stream-muxer) - stream-muxer abstraction on top of [spdy-transport](https://github.com/indutny/spdy-transport) +- [Node.js spdy-stream-muxer](https://github.com/diasdavid/node-spdy-stream-muxer) - stream-muxer abstraction on top of [spdy-transport](https://github.com/indutny/spdy-transport) +- [Node.js multiplex-stream-muxer](https://github.com/diasdavid/node-multiplex-stream-muxer) - stream-muxer abstraction on top of [multiplex](https://github.com/maxogden/multiplex) +- [Go spdy, muxado, yamux and multiplex](https://github.com/jbenet/go-stream-muxer) Send a PR to add a new one if you happen to find or write one.