Replies: 1 comment
-
Take a look at the example entitled (Note also that you can still use a plain Axum websocket handler, you'll just set the client side of it up by yourself.) |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello, so I am wondering about leptos' answer to WebSocket integration with the server macro. In pure axum, I can do this:
But if i want to use leptos' server macro this doesn't work. how would i fix this.
Beta Was this translation helpful? Give feedback.
All reactions