In this article we will build an application which uses JWT Authentication that communicates to websocket with Django REST Framework. The main focu...
For further actions, you may consider blocking this person and/or reporting abuse
it has been an important and understandable content on the subject, thank you
Thank you and you are welcome buddy, hope it helped! <3
Nice post
thank you :)
Were you successfully able to push this in prod ?
Yes but some DevOps configurations needed on prod and I am using Uvicorn to serve it.
Do have any scaling issues ? I had implemented it in daphene and faced a lot of slowing down when scaling. Would really like to know more about your approach
docs.djangoproject.com/en/4.0/howt...
Take a look at this documentation daphne may not be enough by itself on production
wow! Great post
thanks a lot :)
Hello everyone I'm having issue connecting my django channels to a flutter app, this is error I kept having "WebSocketException: Connection to 'http://77.68.92.98:8000/socket.io/?EIO=3&transport=websocket#' was not upgraded to websocket"
I'm new to all this and I just cant figure out how the request has to look like for get and post. I would really appreciate an example, thx.