Skip to content

Commit 77bcd6b

Browse files
authored
Update README.md
1 parent 7344b59 commit 77bcd6b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# graphql-python-subscriptions
22
A port of apollographql subscriptions for python, using gevent websockets and redis
33

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

Comments
 (0)