/memo

A very simple publish / subscribe broker

Primary LanguageCApache License 2.0Apache-2.0

Memo

A very simple publish / subscribe broker in C.

Start up the server program and use the subscriber to listen for messages on a topic. Use the publisher to send messages to the topic and watch them appear in the subscribers.