Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/david-code-hub/django-chat-app
learning channels
https://github.com/david-code-hub/django-chat-app
bootsrap django django-channels django-chat-app
Last synced: 8 days ago
JSON representation
learning channels
- Host: GitHub
- URL: https://github.com/david-code-hub/django-chat-app
- Owner: David-code-hub
- Created: 2023-06-18T21:00:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T21:26:13.000Z (12 months ago)
- Last Synced: 2024-01-28T22:30:06.332Z (12 months ago)
- Topics: bootsrap, django, django-channels, django-chat-app
- Language: HTML
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-chat-app
![chatapp](https://github.com/David-code-hub/django-chat-app/assets/55393687/c48d8868-c090-4f13-89a6-c479136984a0)
The confusing bit was understanding that django and websockets are independant, but can work interdependantly.
> [!TIP]
> Before starting read up on the web socket documentation so that you understand more or less what is going on in regrards to the client side### Now how do these work together?π€
Channels provide the backend functionality while web sockets handles the client/front-end side of things (meaning itβs always watching for new changes).
#### Links to docs
Web socket documentation :django channels :