DEV Community

Çağla Gezgen
Çağla Gezgen

Posted on • Updated 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)