Replies: 2 comments 1 reply
-
Having a async view with web socket support for subscriptions would be great. While having an async ORM is the next big step, the current state allows for example to create a event bus over subscriptions. Which is a common scenario. I actually use Django heavily with graphQL and was waiting on this to drop so I might have a go at it pretty soon. We would have to provide our own Websocket implementation. Not a biggie but good to note. |
Beta Was this translation helpful? Give feedback.
1 reply
-
https://medium.com/@alex.oleshkevich/websockets-in-django-3-1-73de70c5c1ba |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is cool! https://www.djangoproject.com/weblog/2020/aug/04/django-31-released/
I think it is still not idea for strawberry as there's this caveat:
But can't wait to see how this evolves. I guess we should provide an async view as well soon :)
Beta Was this translation helpful? Give feedback.
All reactions