Files
2022-04-08 00:39:13 +02:00

411 B

Slack clone using Django with Channels and HTML over the Wire architecture

  • Messages in real time.
  • Logic in the backend.
  • Groups.
  • Private messages.
  • Login.
  • Minimal use of JavaScript (35 lines without comments).

Screenshot

Run 🏃

docker-compose up

Thanks 😍