@biot-dev/event-bus-client
v1.0.5
Published
BioT's Vert.x Event Bus client for real-time updates and notifications
Downloads
6
Readme
@biot-dev/event-bus-client
BioT's Vert.x Event Bus Client for real-time updates and notifications.
Usage
import { Client } from '@biot-dev/event-bus-client'
const client = new Client('url', 'token', 'company', options)
await client.connect()
client.onItemUpdate((type, id, content) => {
// Process update
})
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.