Realtime · Socket.IO

Server → client events

Events the server may push to connected clients.

EventTypical source
project:created / project:updated / project:deletedREST project APIs → org:*
db:collection_created / db:collection_updated / db:collection_deletedSchema/collection APIs
db:create / db:update / db:deleteData CRUD API
data:change / document:change / project:data:changeemitDataChange (if used)
integration:*Integration handlers
wallet:balance:updated, wallet:tx:*Wallet indexer bridge
presence:user:online / offlinePresence
user:online / offline (project)auth:* or chat
message:new, message:edited, …Chat service
custom:*Custom handlers
errorValidation / limits
session:expiredServer emitAuthEvent