You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A port of apollographql subscriptions for python, using gevent websockets and redis
3
+
4
+
This is a implementation of apollographql subscriptions-transport-ws and graphql-subscriptions in Python. It currently implements a pubsub using redis.py and gevent for concurrency. It also makes heavy uses of syrusakbary/promise python implementation to mirror the logic in the apollographql libraries.
0 commit comments