Skip to content

An example for getting started with Pusher, Python and Django.

Notifications You must be signed in to change notification settings

pusher-community/gs-pusher-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example for getting started with Pusher, Python and Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published