An open API service indexing awesome lists of open source software.

https://github.com/alexmhack/django-pusher-read-receipts

Read receipt framework for your chat app with Django and Pusher following the official tutorial on pusher.
https://github.com/alexmhack/django-pusher-read-receipts

Last synced: over 1 year ago
JSON representation

Read receipt framework for your chat app with Django and Pusher following the official tutorial on pusher.

Awesome Lists containing this project

README

          

# Django-Pusher-Read-Receipts
Read receipt framework for your chat app with Django and Pusher following the official tutorial
on pusher.

This repo contains two django projects -> **application** and **customer**.

First project is for adding read receipt functionality to the pusher chat messages.

Second project contains a django backend website and customer chat support using pusher channels.