graphql-python-subscriptions
graphql-python-subscriptions copied to clipboard
A port of apollographql subscriptions for python, using gevent websockets and redis
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?