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

Mention frameworks under websockets #74

Open
Darksonn opened this issue Mar 25, 2023 · 2 comments
Open

Mention frameworks under websockets #74

Darksonn opened this issue Mar 25, 2023 · 2 comments
Labels
crate list Additions / amendments to the recommended crate list

Comments

@Darksonn
Copy link

I think it would be useful to add another category to the websocket section that lists the web frameworks that support websockets. I know that you mention that frameworks often support them above the list, but it is easy to miss. I think it would make it more clear to instead list them under a new category called "As part of a web framework" or similar.

@nicoburns
Copy link
Owner

Sounds like a good idea. Although I don't actually know which frameworks support websockets, so it will require some research! I would guess that most frameworks do support websockets, but via an extra crate rather than being built-in. So I guess the idea would be link to the relevant crate for each framework?

@Darksonn
Copy link
Author

Darksonn commented Mar 25, 2023

I don't know of the full list either. However, it does appear to be built-in sometimes: axum::extract::ws::WebSocket. (It uses tokio-tungstenite internally.)

@nicoburns nicoburns added the crate list Additions / amendments to the recommended crate list label Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate list Additions / amendments to the recommended crate list
Projects
None yet
Development

No branches or pull requests

2 participants