Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuehhua/realtime_django
An example of realtime Django project using redis and uvicorn
https://github.com/yuehhua/realtime_django
Last synced: 21 days ago
JSON representation
An example of realtime Django project using redis and uvicorn
- Host: GitHub
- URL: https://github.com/yuehhua/realtime_django
- Owner: yuehhua
- License: mit
- Created: 2018-09-14T05:29:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T08:07:31.000Z (over 6 years ago)
- Last Synced: 2023-02-27T00:21:47.832Z (almost 2 years ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Realtime Django example
An example of realtime Django project using redis and uvicorn## References
* [Getting Started with Django Channels](https://realpython.com/getting-started-with-django-channels/)
* [用 Daphne 部署 Django Channels](https://wyde.github.io/2017/11/24/Deploying-Django-Channels-using-Daphne/)