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
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.
4
+
This is a implementation of apollographql subscriptions-transport-ws and graphql-subscriptions in Python.
5
+
It currently implements a pubsub using redis.py and uses gevent for concurrency. It also makes heavy use of
6
+
syrusakbary/promise python implementation to mirror the logic in the apollo-graphql libraries.
7
+
8
+
Meant to be used in conjunction with graphql-python / graphene server and apollo-graphql client.
9
+
10
+
Very initial implementation. Currently only works with Python 2. No tests yet.
0 commit comments