Time to construct a bundled NatsClient for C#
Time has come to package the previous writings and concepts up and introduce a NatsClient. A client which lets you publish and subscribe to subjects and consume them using observables etc. We are still working against one single server node, and have not yet introduced cluster aware clients. But we…
Daniel Wertheim