client_server Basic client server in zig Usage You will need zig 0.15.2 Unit tests (protocol parsing logic) zig build test In one terminal: zig build run-server In another terminal: zig build run-client