A simple message broker using BSD-style sockets and TCP goodness. This is a classroom project.
is the broker - server which accepts and forwards messages to clients (also called consumers/recievers/workers)
is the delivery guy - a simple client lib which allows to connect to the broker via TCP and send or recieve messages
is the example client app
logger will spit out gibberish on non-ansi terminal when printing errors we may add a setting to configure it later