Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanrax/slack-clone-using-html-over-the-wire

Slack clone using Django with Channels and HTML over the Wire architecture
https://github.com/tanrax/slack-clone-using-html-over-the-wire

channels chat django html-over-the-wire slack

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](screenshot.png)

## Run 🏃

```
docker-compose up
```

## Thanks 😍

- [Django](https://www.djangoproject.com/)
- [Channels](https://channels.readthedocs.io/en/stable/)