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
This project is about writing your own HTTP server. You will be able to test it with an actual browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, even if you won’t be working on a website.
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.