A server implementing the Mercure SSE specification
Go to file
Chris df18073bbf Initial commit 2024-03-10 03:06:19 +01:00
bin Initial commit 2024-03-10 03:06:19 +01:00
doc Initial commit 2024-03-10 03:06:19 +01:00
src Initial commit 2024-03-10 03:06:19 +01:00
.gitignore Initial commit 2024-03-10 03:06:19 +01:00
LICENSE Initial commit 2024-03-10 03:06:19 +01:00
README.md Initial commit 2024-03-10 03:06:19 +01:00
composer.json Initial commit 2024-03-10 03:06:19 +01:00
composer.lock Initial commit 2024-03-10 03:06:19 +01:00

README.md

Mercureact

This is an implementation of the Mercure realtime protocol on steroids, built using ReactPHP.

It is intended to be used standalone, but it may also be integrated into another PHP application.

ToDos

Mercureact is under development, and not ready for use in anything important.

  • Security Security Security
    • Check JWTs on connect
    • Check claims on subscribe and publish
    • WebSocket authentication
  • Subscription manager
  • Publish events
  • Server-Side Events distributor
    • Distribute events
  • WebSocket distributor
    • Setup subscriptions
    • Dynamic subscriptions
    • Distribute events