Websocket Notification xypp/flarum-websocket-notification

An extension provides a light weight websocket realtime implementation for Flarum.

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

  1. Install this extension.
  2. Run php flarum xypp-wsn:serve in your Flarum root directory.
  3. Reload the page.

You need to make the command always running in background. Using screen or nohup 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.1.18.

    Likely works with Flarum v1.8.5.

  • 26 additional versions.
  • Extension created.