1 2 3 4 5
# TypePubSub Basic implementation of a publisher-subscriber broker that allows to subscribe and publish according to the message type. The binary included in this repo shows a usage example.