Trial towards a chat application with a relay server #2693
Replies: 1 comment 2 replies
-
👋 You can use https://github.com/libp2p/rust-libp2p/blob/master/protocols/relay/examples/relay_v2.rs as the relay server. Consider increasing all limits to not depend on an upgrade to a direct connection (hole punch). On the client side you need to make sure to wrap the transport: And include a relay client in your Other than that, you can use the standard chat example, just with the additional Hope this is of some help. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am trying to build a chat application with a relay server using rust-libp2p. However, the example in here does not involve any relay server stated in the hole punching tutorial.
Could anyone give some help on this? Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions