mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-06-10 05:31:34 +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://david-dm.org/libp2p/js-libp2p-tcp)
|
||||||
[](https://github.com/feross/standard)
|
[](https://github.com/feross/standard)
|
||||||
|
|
||||||
[](https://github.com/libp2p/interface-transport)
|
[](https://github.com/libp2p/js-libp2p-interfaces/tree/master/src/transport)
|
||||||
[](https://github.com/libp2p/interface-connection)
|
[](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
|
## Lead Maintainer
|
||||||
|
|
||||||
@ -87,7 +87,7 @@ Value: hello
|
|||||||
|
|
||||||
### Transport
|
### 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:
|
`libp2p-tcp` accepts TCP addresses as both IPFS and non IPFS encapsulated addresses, i.e:
|
||||||
|
|
||||||
@ -98,7 +98,8 @@ Value: hello
|
|||||||
|
|
||||||
### Connection
|
### Connection
|
||||||
|
|
||||||
[](https://github.com/libp2p/interface-connection)
|
[](https://github.com/libp2p/js-libp2p-interfaces/tree/master/src/connection)
|
||||||
|
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user