Channels is a project that takes Django and extends its abilities beyond HTTP - to handle WebSockets, chat protocols, IoT protocols, and more. It’s built on a Python specification called ASGI.
- Clone the repo
git clone https://github.com/prettyquail/Django-Channels.git
- activate virtualenv
- install requirements.txt file
- Use WebSocket King and hit the url "ws://localhost:8000/ws/Chat/"