Integrate private and presence channels with Django

integrate-private-and-presence-channels-with-django-header.png

Learn how to integrate Private and Presence channels with Django, including auth and configuration from Rmotr.

Introduction

Learn how to integrate Private and Presence channels with Django, including auth and configuration from Rmotr.

RMOTR is an online bootcamp specialised in Python for Web Development with Django and Data Science.

Tutorial description

As you know, Pusher makes it incredibly simple to get started sending real time notifications with public channels. But Private and Presence channels require a little bit more work, specially because they require to setup authentication and deal with CSRF (cross site request forgery) tokens.

Read their step-by step tutorial on how to connect and authenticate Private and Presence channels. You’ll be using Django 2.0 and Python 3.6. User authentication is the default provided by Django auth. You’ll also be using the official Pusher Python library to authenticate and trigger events.

You can also see the video of the online workshop on this topic here:

Do you have a course and are interested in adding Pusher’s tech to it? Get in touch ? !