almazkun / django_chat

Chat in django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatDJO

  • It is chat build with django, channels and daphne.
  • It has only one room.
  • Open to every one to post a message.
  • History is not saved.

Demo

https://chat.akun.dev/

Requirements

  • Docker
  • Make

How to run

  • cp .env.example .env
  • make build
  • make run
  • open http://localhost:8000

How to stop

  • make stop

About

Chat in django

License:MIT License


Languages

Language:Python 73.0%Language:HTML 23.2%Language:Makefile 2.7%Language:Dockerfile 1.1%