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: about 2 months ago
JSON representation
Slack clone using Django with Channels and HTML over the Wire architecture
- Host: GitHub
- URL: https://github.com/tanrax/slack-clone-using-html-over-the-wire
- Owner: tanrax
- Created: 2022-04-07T22:28:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T22:39:14.000Z (about 4 years ago)
- Last Synced: 2025-01-14T05:50:45.373Z (over 1 year ago)
- Topics: channels, chat, django, html-over-the-wire, slack
- Language: Python
- Homepage:
- Size: 716 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).

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