Several alternative drivers have emerged for realtime updates, including:
blomstra/realtime
kyrne/websocket
Each of these needs to completely re-implement the user-facing parts: updating discussions, posts, etc. If we refactored pusher into a "realtime" ext and had a well-documented interface, we could make Pusher a driver, and allow the substitution of custom drivers.
From https://discuss.flarum.org/d/27268-please-help-regarding-realtime-updates-of-posts/28
Several alternative drivers have emerged for realtime updates, including:
Each of these needs to completely re-implement the user-facing parts: updating discussions, posts, etc. If we refactored pusher into a "realtime" ext and had a well-documented interface, we could make Pusher a driver, and allow the substitution of custom drivers.