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.
- Host: GitHub
- URL: https://github.com/alexmhack/django-pusher-read-receipts
- Owner: Alexmhack
- Created: 2018-11-22T17:15:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:21:31.000Z (over 3 years ago)
- Last Synced: 2025-03-02T18:45:04.837Z (over 1 year ago)
- Language: Python
- Size: 8.24 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.