matchbox-relay

0.3.0 • Public • Published

matchbox-relay Build Status

Transmit/receive promise based intents in a tree topology.

Description

Relays are great tools for implementing app level communication with decoupled components. They form a tree shaped network by connecting, and interact with each other through intents. These Intents carry data during a transmission, which relays can intercept by registering to the intent's channel.

Relays are much like a pub/sub event system; the important difference is relays form a tree network and listeners are promise based.

Package Sidebar

Install

npm i matchbox-relay

Weekly Downloads

1

Version

0.3.0

License

MIT

Last publish

Collaborators

  • tunderdomb