- It is chat build with django, channels and daphne.
- Multiple chat rooms.
- Multiple users in one chat room.
- History of messages.
- User authentication.
- User registration.
- Docker
- Make
cp .env.example .env
make build
make run
open http://localhost:8000
make stop