Purpose
Message round trips
Observe how the server responds to each inbound datagram without a persistent connection.
UDP experiment
A simple request and reply chat flow built on connectionless datagrams. It is meant to demonstrate how UDP exchanges messages without maintaining a session.
Purpose
Observe how the server responds to each inbound datagram without a persistent connection.
Best for
Useful as an early lab for socket APIs, packet flow, and lightweight request handling.
How it works
Run locally
python projects/udp-chat/server.py
python projects/udp-chat/client.py