Skip to content

B-IoT/event-bus-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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.

About

BioT's Vert.x Event Bus Client for real-time updates and notifications

Topics

Resources

License

Stars

Watchers

Forks

Contributors