Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use with rocket framework #175

Open
learncodingforweb opened this issue Nov 23, 2023 · 3 comments
Open

How to use with rocket framework #175

learncodingforweb opened this issue Nov 23, 2023 · 3 comments
Labels
blocked enhancement New feature or request question Further information is requested

Comments

@learncodingforweb
Copy link

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 learncodingforweb added the enhancement New feature or request label Nov 23, 2023
@tausifcreates
Copy link
Contributor

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.

@Totodore Totodore added the question Further information is requested label Nov 23, 2023
@Totodore
Copy link
Owner

I might work on an adapter based on the answers on this thread: rwf2/Rocket#2650

@Totodore
Copy link
Owner

Totodore commented Nov 23, 2023

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 Totodore removed their assignment Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked enhancement New feature or request question Further information is requested
Projects
Status: Blocked
Development

No branches or pull requests

3 participants