Skip to content

MailOnline/message-bus-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MessageBus

Build Status

A message passing framework for JavaScript.

Differences from an Event Driven approach

Functionally almost none.

But in event-driven systems, the "source" of the event is an important part of it. For messages, not so.

Therefore if the receipts needs to know who the source is, add that to the message payload.

About

A message passing broker for JavaScript

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors