XSCP
Rust · Low Level · Networking
Text-based communication protocol over TCP. The protocol specification, the server, and the client are all designed and implemented from scratch in Rust, with no external protocol libraries.
Open source work and personal projects.
Rust · Low Level · Networking
Text-based communication protocol over TCP. The protocol specification, the server, and the client are all designed and implemented from scratch in Rust, with no external protocol libraries.
Laravel · MySQL · Docker
A high-demand ticket sales system designed to handle concurrency and race conditions. Built with advanced software engineering principles to ensure inventory integrity through a scalable and robust architecture.
Rust · Low Level · Networking
A multithreaded HTTP server built from the ground up to explore systems programming. Implements low-level networking, manual protocol parsing, and a custom thread pool architecture.