Websockets in Django (without Channels)
What are websockets?
WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection.
Introduction of Asynchronous Programming in python.
Unlike Javascript asynchronous execution wasn't supp...
code.ajithkumarpm.me4 min read