mirror of
https://github.com/tanrax/slack-clone-using-HTML-over-the-Wire.git
synced 2026-08-14 17:53:13 +02:00
22 lines
411 B
Markdown
22 lines
411 B
Markdown
# 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).
|
|
|
|

|
|
|
|
## Run 🏃
|
|
|
|
```
|
|
docker-compose up
|
|
```
|
|
|
|
## Thanks 😍
|
|
|
|
- [Django](https://www.djangoproject.com/)
|
|
- [Channels](https://channels.readthedocs.io/en/stable/)
|