Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discourse/discourse-whos-online
A plugin for Discourse which uses the messagebus to display a live list of active users
https://github.com/discourse/discourse-whos-online
discourse discourse-plugin experimental
Last synced: 1 day ago
JSON representation
A plugin for Discourse which uses the messagebus to display a live list of active users
- Host: GitHub
- URL: https://github.com/discourse/discourse-whos-online
- Owner: discourse
- License: mit
- Created: 2016-11-01T14:57:25.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T19:39:49.000Z (11 days ago)
- Last Synced: 2024-10-28T20:33:30.630Z (11 days ago)
- Topics: discourse, discourse-plugin, experimental
- Language: JavaScript
- Homepage:
- Size: 566 KB
- Stars: 60
- Watchers: 28
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - discourse/discourse-whos-online - A plugin for Discourse which uses the messagebus to display a live list of active users (others)
README
# Discourse Who's Online Plugin
A Discourse plugin which displays a list of users currently active on the site:
![online](https://user-images.githubusercontent.com/5862206/214549601-9f156a86-7299-4616-8c8a-81925efe70f2.gif)
Ensure README images are pointing to discourse/gh-owned repositories
The plugin uses the MessageBus to keep up-to-date, using messages from a Sidekiq job run every 1 minute on the server.For more information, please see: https://meta.discourse.org/t/whos-online-plugin/52345