Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spectroalias/chat-room
speed dev, some day with ASGI
https://github.com/spectroalias/chat-room
asgi channels chat django django-channels django-project real-time realtime redis websocket websockets
Last synced: 2 months ago
JSON representation
speed dev, some day with ASGI
- Host: GitHub
- URL: https://github.com/spectroalias/chat-room
- Owner: spectroalias
- Created: 2021-08-08T08:03:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T23:42:51.000Z (over 3 years ago)
- Last Synced: 2024-07-29T16:57:39.292Z (5 months ago)
- Topics: asgi, channels, chat, django, django-channels, django-project, real-time, realtime, redis, websocket, websockets
- Language: Python
- Homepage:
- Size: 496 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-room
### not using the default normal approch of making the ajax call continuously and refreshing the page content.
#### instead we will use websockets/django_channels for real-time communications and redis-server as backend.
![ChatApp](./screenshots/sc-1.png)