Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/synw/django-presence
Realtime user presence widget for Django
https://github.com/synw/django-presence
django-instant
Last synced: about 1 month ago
JSON representation
Realtime user presence widget for Django
- Host: GitHub
- URL: https://github.com/synw/django-presence
- Owner: synw
- License: mit
- Created: 2016-08-01T20:19:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T17:00:27.000Z (about 7 years ago)
- Last Synced: 2024-09-22T09:04:13.960Z (about 2 months ago)
- Topics: django-instant
- Language: Python
- Homepage:
- Size: 11 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Presence
A real time list of users on the site widget. This package provides a javascript client
that listens to a websocket channel, and a time based worker that updates the presence information.Dependencies:
- [Centrifugo](https://github.com/centrifugal/centrifugo): the websockets server
- [Django Instant](https://github.com/synw/django-instant): the Django <-> Centrifugo layerFor install and usage read the [documentation](http://django-presence.readthedocs.io/en/latest/)