UNPKG

@steelbreeze/broker

Version:

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

14 lines (13 loc) 431 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); /** * Message broker server, brokering client publications and managing subscriptions. */ __export(require("./server")); /** * Message broker client, supporting publish and subscribe operations based on simple topics. */ __export(require("./client"));