UNPKG

andresusandi-pubsub

Version:

PubSub library that provides a number of different underlying technologies

11 lines (10 loc) 339 B
const GooglePublisher = require('./GooglePublisher'); const GoogleSubscriber = require('./GoogleSubscriber'); const InMemoryPublisher = require('./InMemoryPublisher'); const InMemorySubscriber = require('./InMemorySubscriber'); module.exports = { GooglePublisher, GoogleSubscriber, InMemoryPublisher, InMemorySubscriber, }