Skip to content

Instantly share code, notes, and snippets.

@DamonOehlman
Last active June 12, 2022 08:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save DamonOehlman/10510816 to your computer and use it in GitHub Desktop.
Save DamonOehlman/10510816 to your computer and use it in GitHub Desktop.
Research for building an Message Bus Centric Application using Node

Message Bus App Architecture

This is some research focused around looking for node modules that support the development of an application that makes heavy use of a central message bus for cross component communication. The process for identifying potential components was simply to start by looking for packages that depend node the node-redis module, as at this this stage we see redis being the mechanism for powering the bus.

Potential Components

MQTT Centric

Service Registry

Task Queue

Live / Reactive DB

Generic Message Bus

Persistence

Interesting Stuff

Non JS Tech of Potential Interest

Prototyping Frameworks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment