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
A-examples Area related to examples E-Easy Call for participation: Experience needed to fix: Easy / not much S-Blocked Status: marked as blocked ❌ on something else such as a PR or other implementation work. T-Docs Topic: documentation

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.

@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
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 added this to Roadmap Nov 23, 2023
@Totodore Totodore moved this to Blocked in Roadmap Nov 23, 2023
@Totodore Totodore removed their assignment Apr 15, 2024
@Totodore Totodore added S-Blocked Status: marked as blocked ❌ on something else such as a PR or other implementation work. T-Docs Topic: documentation E-Easy Call for participation: Experience needed to fix: Easy / not much A-examples Area related to examples and removed blocked labels Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-examples Area related to examples E-Easy Call for participation: Experience needed to fix: Easy / not much S-Blocked Status: marked as blocked ❌ on something else such as a PR or other implementation work. T-Docs Topic: documentation
Projects
Status: Blocked
Development

No branches or pull requests

3 participants