staticbackendhq / core

Backend server API handling user mgmt, database, storage and real-time component
https://staticbackend.com
MIT License
700 stars 66 forks source link

Expose Redis pub/sub as message queue #8

Closed dstpierre closed 3 years ago

dstpierre commented 3 years ago

To start triggering events (internally and externally) we need to implement an events / message queue system.

The Redis pub/sub will be used and publishers will be:

  1. The backend itself will be able to publish system events
  2. The client-side or server-side libraries will be able to publish message