socketioxide icon indicating copy to clipboard operation
socketioxide copied to clipboard

How to use with rocket framework

Open learncodingforweb opened this issue 1 year ago • 3 comments

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.

learncodingforweb avatar Nov 23 '23 07:11 learncodingforweb

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.

tausifcreates avatar Nov 23 '23 07:11 tausifcreates

I might work on an adapter based on the answers on this thread: https://github.com/rwf2/Rocket/discussions/2650

Totodore avatar Nov 23 '23 17:11 Totodore

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.

Totodore avatar Nov 23 '23 19:11 Totodore