juniper icon indicating copy to clipboard operation
juniper copied to clipboard

axum exemple with websockets

Open mathroc opened this issue 3 years ago • 1 comments

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)

mathroc avatar Oct 11 '21 23:10 mathroc

I am working on it. Got a basic test running locally.

btielen avatar Jul 15 '22 15:07 btielen