Websocket Notification
xypp/flarum-websocket-notification
An extension provides a light weight websocket realtime implementation for Flarum.
- Downloads
- 184
- Version control
- github.com/zxy19/flarum-websocket-notification
WORK IN PROGRESS NOW!
All functions/appearances are not stable now and may be changed in future.
If you want to have an early access to this extension, please
- Back up ALL YOUR DATA! (database, files, etc.)
- Install this extension, And check all settings in admin panel.
- If problem occurs, you can submit it to github issue. However it's not guaranteed to be fixed.
Websocket Notification
An extension provides a light weight websocket realtime implementation for Flarum.
This extension current provides the following features:
- Show new post/discussion on the top of discussion page
- Auto append new post to the bottom of discussion page.
- Show a floating window for all notifications supports alert.
Usage
- Install this extension.
- Run
php flarum xypp-wsn:serve
in your Flarum root directory. - Reload the page.
You need to make the command always running in background. Using
screen
ornohup
is the possible solution.
Installation
Install with composer:
composer require xypp/flarum-websocket-notification:"*"
Updating
composer update xypp/flarum-websocket-notification:"*"
php flarum migrate
php flarum cache:clear
Links
Versions
-
Version v0.2.1.
Likely works with Flarum v1.8.9.
-
28 additional versions.
-
Extension created.