Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 673 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 673 Bytes

MAILBOX

A simple message broker using BSD-style sockets and TCP goodness. This is a classroom project.

MAILBOX

is the broker - server which accepts and forwards messages to clients (also called consumers/recievers/workers)

POSTMAN

is the delivery guy - a simple client lib which allows to connect to the broker via TCP and send or recieve messages

client-example

is the example client app

libraries/external dependencies we're using:
caution:

logger will spit out gibberish on non-ansi terminal when printing errors we may add a setting to configure it later