andyrichardson / subscriptionless

GraphQL subscriptions (and more) on serverless infrastructure
MIT License
93 stars 3 forks source link

Add CloudFlare support #26

Open andyrichardson opened 3 years ago

andyrichardson commented 3 years ago

About

Cloudflare supports serverless sockets (source)!

The storage and socket implementations differs substantially to AWS so a decent amount of work would need to be done (e.g. #7).

I've made some headway but it would be first good to know if there is demand for something like this.

enisdenjo commented 2 years ago

Just came across this issue, wanted to share cloudflare-worker-graphql-ws-template. I think it might give you a good start! Besides a few gotchas, It's quite easy to integrate graphql-ws with Cloudflare I'd say.