1.0.5 • Published 4 years ago

@biot-dev/event-bus-client v1.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

@biot-dev/event-bus-client

npm (scoped)

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.

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago