Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonlitgrace/django-chat-app
Simple realtime chat application with Django channels and WebSockets [for learning purpose]
https://github.com/moonlitgrace/django-chat-app
chat-application django djangochannels weksocket-proxy
Last synced: 1 day ago
JSON representation
Simple realtime chat application with Django channels and WebSockets [for learning purpose]
- Host: GitHub
- URL: https://github.com/moonlitgrace/django-chat-app
- Owner: moonlitgrace
- License: mit
- Created: 2023-10-18T18:14:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-08T13:07:22.000Z (8 months ago)
- Last Synced: 2024-10-28T11:54:01.296Z (about 2 months ago)
- Topics: chat-application, django, djangochannels, weksocket-proxy
- Language: Python
- Homepage:
- Size: 232 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-chat-app
Simple realtime chat application with Django channels and WebSockets
Source: https://www.geeksforgeeks.org/realtime-chat-app-using-django/