REAL-TIME
NOTIFICATION
Back-end → Front-end
Event notification mechanism is included as standard
Hexabase has a function to publish events from the backend to the frontend. This function allows users to be notified on the front-end UI when items are updated, comments are registered, CSV import is completed, etc.
Features of Hexabase Real-Time Notifications
01
PubSub Model
There is an event notification function (backend → frontend) based on the general PubSub model.
02
Easy implementation with SDK
SDKs are available to reduce development time and effort.
03
Both WebSocket and SSE available
The most major PubSub implementation methods are WebSocket and SSE.