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.

Real-Time Notification

Features of Hexabase Real-Time Notifications

01

PubSub Model

There is an event notification function (backend → frontend) based on the general PubSub model.

PubSubモデル

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.

WebSocketとSSE