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
A multithreaded web server in C++ using OOP design patterns like Singleton for server instance management, Command for HTTP request routing, Observer for request notifications, and multithreading for concurrent client handling. Built with C++17, designed for POSIX-compliant systems (Linux/macOS).