Flying High with Rust and UDP: Building a Client-Server System for Flight Reservations
Introduction Project overview For my distributed systems class, I was tasked with building a flight reservation system. It would handle client requests for information and seat reservations, while the server maintained the database of flights. There ...

