libp2p http webserver? #2875
|
Are there any libp2p web servers I can use? Thank you! PS if you can find an example that uses Yew for the frontend that would be Poggers! |
Answered by
mxinden
Sep 7, 2022
Replies: 2 comments 1 reply
|
I am not sure I am following. Note that libp2p does not support HTTP today. It can run on top of a WebSocket connection though. |
0 replies
Answer selected by
1066JMay96
|
Note that for go, there is I think something similar could be built for Rust, although I am not sure which HTTP clients in Rust allow you to swap out the transport layer. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not sure I am following. Note that libp2p does not support HTTP today. It can run on top of a WebSocket connection though.