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: 24 days 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T15:47:30.000Z (about 1 month ago)
- Last Synced: 2025-04-02T06:11:14.851Z (about 1 month ago)
- Topics: discourse, discourse-plugin, experimental
- Language: JavaScript
- Homepage:
- Size: 575 KB
- Stars: 59
- Watchers: 27
- Forks: 34
- Open Issues: 2
-
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:

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