flarum / issue-archive

0 stars 0 forks source link

Decouple Pusher ext from Pusher implementation #93

Open askvortsov1 opened 3 years ago

askvortsov1 commented 3 years ago

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.