Django Channels based WebSocket GraphQL server with Graphene-like subscriptions
Stars
284
Forks
88
Watchers
284
Open Issues
34
Overall repository health assessment
No package.json found
This might not be a Node.js project
259
commits
12
commits
4
commits
1
commits
1
commits
1
commits
1
commits
Temporary disable Pylint-quotes due to the bug it has.
2d82bb0View on GitHubMake Poetry use active Python for compatibility with Pyenv.
f104b62View on GitHubMerge branch 'switch-from-graphql-transport-ws-to-graphql-ws-subprotocol'
3e13ea3View on GitHubPost-review fixes, primarily comments and formatting.
9cfdd70View on GitHubMoved websocket close code processing from transport for tests to the client for tests. Cosmetics.
e768552View on GitHubAdded error handling according to protocol description.
709c48aView on GitHubFix the dependence of the client interface on the protocol.
323cc25View on GitHubPossibility to select subprotocol for GraphqlWsTransportAiohttp added.
41fb31dView on GitHub