/django-channels

Django Channels tutorial

Primary LanguagePython

Django Channels

Tutorial using Django with channels from channels documentation.

Requirements

To make this run you must have installed:

  • docker
  • docker-compose

Running application

make start-local

Stopping application

make stop

Local bash

make local-bash

Logs

make logs

Opening the chat

The chat will be available on the routes bellow:

  • localhost:8000/chat/
  • localhost:8000/chat/<room_name>