@luckbox/ipc-messenger
v2.0.2
Published
Client for ipc
Readme
Usage
const ipcMessenger = new RabbitMQIPCMessenger({
instance: 'test',
amqp: {
connectionOpts: {},
httpUrl: 'http://localhost:15672'
}
});
Methods
join()- Joins the roomgetOtherInstances()- Retrieves an array of the other participants in the room (room is passed in the constructor)send(message: Message)- Sends a message to the rest of the participants in the room
