文件名称:graphql-python-subscriptions:使用gevent websockets和redis的apollographql python订阅端口
文件大小:21KB
文件格式:ZIP
更新时间:2024-06-01 14:07:12
python redis websockets graphql-subscriptions gevent
graphql-python-subscriptions 此存储库已被删除(除非有人希望接管该存储库并对其进行更新以使其与当前的graphql-python 版本一起使用)。 请改用 ,它是官方一部分,并且支持websocket和graphql-subscribes。 使用gevent websockets和redis的apollographql python订阅端口 这是Python中graphql订阅的实现。 它使用apollographql 和软件包作为基础。 当前,它使用实现pubsub,并使用进行并发。 它还大量使用 python实现来镜像apollo-graphql库中的逻辑。 打算与 / 服务器和用于graphql。 api在下面,但是如果您想了解更多信息,请查阅上面引用的apollo graphql库,具体请参阅与使用他们的graphql订阅客户端有关的库。 初步实施
【文件预览】:
graphql-python-subscriptions-master
----setup.py(2KB)
----MANIFEST.in(34B)
----LICENSE(1KB)
----README.md(12KB)
----tests()
--------package.json(95B)
--------test_subscription_transport.py(39KB)
--------__init__.py(0B)
--------test_subscription_manager.py(16KB)
----graphql_subscriptions()
--------validation.py(2KB)
--------__init__.py(237B)
--------subscription_manager.py(7KB)
--------utils.py(636B)
--------subscription_transport_ws.py(10KB)