0.0.10 • Published 10 months ago

@winglibs/messagefanout v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

messagefanout

Prerequisites

Installation

npm i @winglibs/messagefanout

Usage

bring messagefanout;

let fanout = new messagefanout.MessageFanout();

fanout.addConsumer(inflight (msg: str) => {
  log("Hello {msg}!!!");
});

test "push a message to fanout" {
  fanout.publish("world");
}

License

This library is licensed under the MIT License.

0.0.10

10 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago