0.0.10 • Published 8 months ago

@winglibs/messagefanout v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago