django-eventstream
Server-Sent Events for Django
File Explorer
Download Latest Version (.zip)- CODEOWNERS
- __init__.py
- runserver_ngrok.py
- __init__.py
- 0001_initial.py
- __init__.py
- __init__.py
- browsableapieventstreamrenderer.py
- sserenderer.py
- browsable-api-eventstream.css
- browsable-api-eventstream.js
- eventsource.min.js
- json2.js
- reconnecting-eventsource.js
- ReconnectingEventSource.min.js.map
- browsable-api-eventstream.html
- __init__.py
- admin.py
- apps.py
- channelmanager.py
- event.py
- eventrequest.py
- eventresponse.py
- eventstream.py
- models.py
- storage.py
- tests.py
- urls.py
- utils.py
- views.py
- viewsets.py
- 0001_initial.py
- __init__.py
- jquery-3.2.1.min.js
- main.css
- normalize.min.css
- chat.html
- join.html
- __init__.py
- admin.py
- apps.py
- models.py
- tests.py
- urls.py
- views.py
- __init__.py
- asgi.py
- settings.py
- urls.py
- wsgi.py
- manage.py
- README.md
- requirements.txt
- 0001_initial.py
- __init__.py
- __init__.py
- chatmessageserializer.py
- chatroomserializer.py
- __init__.py
- chateventsviewset.py
- chatmessageviewset.py
- chatroomviewset.py
- views.py
- __init__.py
- admin.py
- apps.py
- models.py
- tests.py
- urls.py
- jquery-3.2.1.min.js
- chat.html
- index.html
- __init__.py
- asgi.py
- settings.py
- urls.py
- wsgi.py
- manage.py
- README.md
- requirements.txt
- __init__.py
- asgi.py
- settings.py
- urls.py
- wsgi.py
- __init__.py
- home.html
- __init__.py
- admin.py
- apps.py
- models.py
- tests.py
- urls.py
- views.py
- manage.py
- README.md
- requirements.txt
- conftest.py
- runtests.py
- settings.py
- test_eventrequest.py
- test_storage.py
- test_stream.py
- test_utils.py
- .gitignore
- COPYING
- MANIFEST.in
- pyproject.toml
- README.md
# Installation Guide
git clone https://github.com/fanout/django-eventstream
Downloads the entire project code from GitHub to your computer.
cd django-eventstream
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install django-eventstream daphne
Installs the package published on PyPI directly โ no need to clone the source.
pip install django-eventstream[drf] daphne
Installs the package published on PyPI directly โ no need to clone the source.
pip install redis
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install django-eventstream daphne
Installs the package published on PyPI directly โ no need to clone the source.
pip install django-eventstream[drf] daphne
Installs the package published on PyPI directly โ no need to clone the source.
pip install redis
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
