You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reliable file transfer system built over UDP using C, implementing Stop-and-Wait and Selective Repeat ARQ for guaranteed data delivery. Supports multimodal file transmission with resume capability, packet loss handling, and detailed performance logging for robust communication.
Our House Party Clone is a dynamic and interactive app that redefines group music experiences. Users can create or join rooms using a unique code, enabling synchronized music playback and collective track voting for an engaging house party atmosphere. Leveraging the Spotify API, the app allows real-time song search, addition, and management.
Webserv is an HTTP server built from scratch in C++ that implements the HTTP/1.1 protocol and supports CGI for dynamic content handling. It leverages multiplexing to manage multiple client connections efficiently, providing a scalable and performant solution for serving web content.