Valentina Server can push notifications through a notification channel which in turn can spread among subscribing applications asynchronously.
Using Notifications
A notification payload string can include data. Applications can be developed that listen to the notification channel and then perform some action.
![]() |
An example of using notifications is to alert applications that table data has been updated. Then the applications could update their local data stores from the server table and perform other programmatic actions on the new data. |