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 lightweight HTTP server built on raw TCP, using Java virtual threads for scalable concurrency. Client connections are processed via a handler-based architecture that cleanly separates request handling and response generation.