UNPKG

@steelbreeze/broker

Version:

Lightweight publish and subscribe using Server-Sent Events for node and express

9 lines (8 loc) 247 B
/** * Message broker server, brokering client publications and managing subscriptions. */ export * from './server'; /** * Message broker client, supporting publish and subscribe operations based on simple topics. */ export * from './client';