@pbsaas/event-bus-local
v10.0.0
Published
Local Event Bus Module for Pbsaas
Readme
Overview
Local Event Bus module for Pbsaas. When installed, the events system of Pbsaas is powered by the Node EventEmitter. This module installed by default in new (> v1.8.0) Pbsaas projects.
The Node EventEmitter is limited to a single process environment. We generally recommend using the @pbsaas/event-bus-redis module in a production environment.
Getting started
Install the module:
yarn add @pbsaas/event-bus-localYou don't need to add the module to your project configuration as it is the default one. Pbsaas will try to use it, if no other event buses are installed.
module.exports = {
// ...
modules: [ ... ],
// ...
}Configuration
The module comes with no configuration options.
