mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-04-24 16:32:29 +00:00
chore: update url interfaces (#143)
This commit is contained in:
parent
37406d1924
commit
d39ad01e96
11
README.md
11
README.md
@ -9,11 +9,11 @@
|
||||
[](https://david-dm.org/libp2p/js-libp2p-tcp)
|
||||
[](https://github.com/feross/standard)
|
||||
|
||||
[](https://github.com/libp2p/interface-transport)
|
||||
[](https://github.com/libp2p/interface-connection)
|
||||
[](https://github.com/libp2p/js-libp2p-interfaces/tree/master/src/transport)
|
||||
[](https://github.com/libp2p/js-libp2p-interfaces/tree/master/src/connection)
|
||||
|
||||
|
||||
> JavaScript implementation of the TCP module for libp2p. It exposes the [interface-transport](https://github.com/libp2p/interface-connection) for dial/listen. `libp2p-tcp` is a very thin shim that adds support for dialing to a `multiaddr`. This small shim will enable libp2p to use other transports.
|
||||
> JavaScript implementation of the TCP module for libp2p. It exposes the [interface-transport](https://github.com/libp2p/js-libp2p-interfaces/tree/master/src/transport) for dial/listen. `libp2p-tcp` is a very thin shim that adds support for dialing to a `multiaddr`. This small shim will enable libp2p to use other transports.
|
||||
|
||||
## Lead Maintainer
|
||||
|
||||
@ -87,7 +87,7 @@ Value: hello
|
||||
|
||||
### Transport
|
||||
|
||||
[](https://github.com/libp2p/interface-transport)
|
||||
[](https://github.com/libp2p/js-libp2p-interfaces/tree/master/src/transport)
|
||||
|
||||
`libp2p-tcp` accepts TCP addresses as both IPFS and non IPFS encapsulated addresses, i.e:
|
||||
|
||||
@ -98,7 +98,8 @@ Value: hello
|
||||
|
||||
### Connection
|
||||
|
||||
[](https://github.com/libp2p/interface-connection)
|
||||
[](https://github.com/libp2p/js-libp2p-interfaces/tree/master/src/connection)
|
||||
|
||||
|
||||
## Contribute
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user