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! |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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.