graphql-python-subscriptions icon indicating copy to clipboard operation
graphql-python-subscriptions copied to clipboard

A port of apollographql subscriptions for python, using gevent websockets and redis

Results 8 graphql-python-subscriptions issues
Sort by recently updated
recently updated
newest added

Its any possibility to create client app in python to consume Subscription from another GraphQL Server??

Initial executors will include gevent, asyncio, and django channels

Abstract excector model similar to python graphql-python/graphql-core -- allowing different executors -- like threads, asyncio, etc.

Looking into options. Channels, django-websocket-redis, or django-socketio... For anybody that uses Django (I don't)...is channels now the preference for real-time?