akwilson / memo

A very simple publish / subscribe broker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A very simple publish / subscribe broker

License:Apache License 2.0


Languages

Language:C 92.1%Language:Python 4.5%Language:Makefile 3.3%