axum exemple with websockets #986
Labels
feature
New feature or request
k::documentation
Related to project documentation
k::example
Related to usage examples
lib::axum
Related to `axum` crate integration
Milestone
Is your feature request related to a problem? Please describe.
I'm trying to build a small graphql server on top of Axum but can't figure out how to get websockets working with it
Describe the solution you'd like
I'd like an example similar to https://github.com/graphql-rust/juniper/tree/master/examples/warp_subscriptions
Describe alternatives you've considered
async-graphql does have an Axum integration but it does not support implementing dynamic schemas (and they don't plan to)
The text was updated successfully, but these errors were encountered: