Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 639 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 639 Bytes

gs-pusher-django

An example Django application for you to get started with Pusher and Django.

Running Locally

  • git clone git@github.com:pusher-community/gs-pusher-django.git
  • cd gs-pusher-django
  • pip install -r requirements.txt
  • python manage.py runserver
  • open http://localhost:8000

Examples

  • http://localhost:8000/trigger - triggering Pusher events on the server using pusher-http-python.
  • http://localhost:8000/private - authenticating to private channels with Pusher
  • http://localhost:8000/presence - authenticating to presence channels with Pusher