Comment on Writing a chat application in Django 4.2 using async StreamingHttpResponseComments−Thaxll3yDo modern chat actually use websocket and the like? Discord / Slack on the web ( browser ) what do they use?−vorticalbox3yThe slack_bolt library has support for web sockets.https://api.slack.com/apis/connections/socket−jhgg3yDiscord uses websockets on all clients/platforms.−holler3yyes they use websockets
Comments
Do modern chat actually use websocket and the like? Discord / Slack on the web ( browser ) what do they use?
The slack_bolt library has support for web sockets.
https://api.slack.com/apis/connections/socket
Discord uses websockets on all clients/platforms.
yes they use websockets