/Django-Channels

Channels is a project that takes Django and extends its abilities beyond HTTP - to handle WebSockets, etc.

Primary LanguagePython

Django-Channels

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.

About The Project

Built With

Installation

  1. Clone the repo
    git clone https://github.com/prettyquail/Django-Channels.git
  2. activate virtualenv
  3. install requirements.txt file
  4. Use WebSocket King and hit the url "ws://localhost:8000/ws/Chat/"