update the list of modules that use this abstraction

This commit is contained in:
David Dias 2015-07-13 17:34:11 -07:00
parent 203a63c16e
commit 5c0507f210

View File

@ -13,7 +13,9 @@ The API is presented with both Node.js and Go primitives, however, there is not
# Modules that implement the interface # 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. Send a PR to add a new one if you happen to find or write one.