https://github.com/keda87/django-server-sent-event-example
article: https://adiyatmubarak.wordpress.com/2020/05/05/django-server-sent-event-tutorial/
https://github.com/keda87/django-server-sent-event-example
django python3 server-sent-event sse
Last synced: 3 months ago
JSON representation
article: https://adiyatmubarak.wordpress.com/2020/05/05/django-server-sent-event-tutorial/
- Host: GitHub
- URL: https://github.com/keda87/django-server-sent-event-example
- Owner: Keda87
- Created: 2020-05-04T01:31:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T13:22:58.000Z (about 5 years ago)
- Last Synced: 2025-01-06T17:45:42.849Z (5 months ago)
- Topics: django, python3, server-sent-event, sse
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Server Sent Event (SSE)
### Prerequisite:
* python3
* redis### Usage:
```bash
$ pip install -r requirements.txt
$ cd src
$ ./manage.py migrate
$ ./manage.py runserver (terminal 1)
$ celery -A youtube_downloader worker -l info -E (terminal 2)
```