You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Socketioxide works with hyper & hyper based web servers like Axum, Warp, Salvo etc.
So I would recommend you to use them for working with socketioxide.
I might work on an adapter based on the answers on this thread: rwf2/Rocket#2650
According to the answer of rocket's maintainer, we are going to wait for the release of rocket 0.6. When rocket will support tower layers. We will add a corresponding example.
Is your feature request related to a problem? Please describe.
unable to use socketio with rocket server.How to use socketio with rocket server?
Describe the solution you'd like
provide example code to use socketio with rocket server.
Describe alternatives you've considered
Unable to find any alternative.
The text was updated successfully, but these errors were encountered: