https://github.com/renanstn/chat-django-channels
Exemplo de chat server feito em Django utilizando o Channels. Seguindo a documentação oficial do mesmo.
https://github.com/renanstn/chat-django-channels
django django-channels docker docker-compose python websocket
Last synced: 3 months ago
JSON representation
Exemplo de chat server feito em Django utilizando o Channels. Seguindo a documentação oficial do mesmo.
- Host: GitHub
- URL: https://github.com/renanstn/chat-django-channels
- Owner: renanstn
- Created: 2021-01-12T20:34:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T21:45:34.000Z (about 3 years ago)
- Last Synced: 2025-07-18T05:29:03.374Z (12 months ago)
- Topics: django, django-channels, docker, docker-compose, python, websocket
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-django-channels
Exemplo de chat server feito em Django utilizando o Channels. Feito seguindo a [documentação oficial](https://channels.readthedocs.io/en/stable/index.html) do mesmo.
## Rodando
```
docker-compose up
```