Xtralife-msg is a distributed message bus


License
CERN-OHL-P-2.0
Install
npm install xtralife-msg@3.2.3

Documentation

MSG is an asynchronous distributed message bus

MSG can be seen as a cloud peer-to-peer chat system designed to handle a large number of clients talking asynchronously to each other.

It relies on a Redis backend to provide both persistence and to distribute messages among many MSG processes.

How to use MSG

First add it to your package.json

"dependencies": {
	"xtralife-msg": "*"
}

TODO : We must definitely write more doc...