realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Feature Request: Server Events #432

Open Jaycyn opened 4 years ago

Jaycyn commented 4 years ago

Goals

Have the ability to monitor and be notified when certain events occur on the server. For example a user connects or disconnects or perhaps data is successfully synced.

Expected Results

An event observer could be added to Realm Object (in the app client) whereby the app would receive notifications about server events.