Challenge 3a: Single-Node Broadcast

desccode

Building a broadcast system that'll eventually gossip messages between nodes. Starting simple with just one node to get the basic message handling solid.

What it Does

How it Works

Using a server struct with:

Key design choices:


Trade-offs

These are fine for single-node but we'll need to revisit some choices when we add multi-node support.