Flying High with Rust and UDP: Building a Client-Server System for Flight Reservations
Feb 18, 2023 · 10 min read · 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 ...
BGRaj commented