An example Django application for you to get started with Pusher and Django.
git clone [email protected]:pusher-community/gs-pusher-django.git
cd gs-pusher-django
pip install -r requirements.txt
python manage.py runserver
open http://localhost:8000
http://localhost:8000/trigger
- triggering Pusher events on the server using pusher-http-python.http://localhost:8000/private
- authenticating to private channels with Pusherhttp://localhost:8000/presence
- authenticating to presence channels with Pusher