extiverse / bazaar

The extension marketplace for your Flarum forum.
https://discuss.flarum.org/d/5151
MIT License
59 stars 14 forks source link

Notify about events #81

Open luceos opened 7 years ago

luceos commented 7 years ago

I've been considering other uses to the dashboard on Flagrow.io. One of these is the ability to show in realtime when new events happen. Those I could think of:

The flow of this would be quite easy. Bazaar would listen to the respective Flarum events and send this information to Flagrow.io. Flagrow.io would receive this via API, persist it and broadcast the information on a websocket implementation (pusher is a native implementation in laravel).

The result would be a realtime dashboard giving registered users realtime insight about their Bazaar enabled Flarum installations.