mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-03-17 08:51:08 +00:00
Update README.md
This commit is contained in:
parent
6d76152b64
commit
f8569f2586
@ -18,6 +18,7 @@ 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
|
||||||
|
|
||||||
- [JavaScript libp2p-spdy](https://github.com/libp2p/js-libp2p-spdy)
|
- [JavaScript libp2p-spdy](https://github.com/libp2p/js-libp2p-spdy)
|
||||||
|
- [JavaScript libp2p-mplex](https://github.com/libp2p/js-libp2p-mplex)
|
||||||
- [Go spdy, muxado, yamux and multiplex](https://github.com/jbenet/go-stream-muxer)
|
- [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.
|
||||||
@ -73,7 +74,6 @@ If `err` is passed, no operation should be made in `conn`.
|
|||||||
|
|
||||||
### Dial(open/create) a new stream
|
### Dial(open/create) a new stream
|
||||||
|
|
||||||
|
|
||||||
- `JavaScript` stream = muxedConn.newStream([function (err, stream)])
|
- `JavaScript` stream = muxedConn.newStream([function (err, stream)])
|
||||||
- `Go` stream, err := muxedConn.newStream()
|
- `Go` stream, err := muxedConn.newStream()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user