From basic to scalable — a Java web server with single-threading, multi-threading, and thread pool models, tested with JUnit.
-
Updated
Sep 5, 2025 - Java
From basic to scalable — a Java web server with single-threading, multi-threading, and thread pool models, tested with JUnit.
This project demonstrates the difference between single-threaded and multi-threaded client-server architectures. Each model is implemented in its own folder to show how servers handle multiple client requests using different threading approaches.
Add a description, image, and links to the single-threading topic page so that developers can more easily learn about it.
To associate your repository with the single-threading topic, visit your repo's landing page and select "manage topics."