DEV Community

Çağla Gezgen
Çağla Gezgen

Posted on • Edited on

Implementing(scaling) graphql-redis-subcriptions to Apollo Server

I have a question about Graphql Subscriptions.I'm trying to implement grapql-redis-subscription package to my apollo-server. Do I have to migrate my server to apollo-server-express ? All docs are imlementing the SubscriptionServer(index.js) with appliying additional middleware(express). Is there any way to config(redis-graphql-subscription with SubscriptionServer in index.js) with simple apollo-server package ? If there isn't anyway why ?

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay