This is a multithreaded HTTP/1.1 server built entirely from scratch in Java using low-level sockets and threads — no frameworks or libraries used. It supports basic HTTP methods, custom routing, GZIP ...
This project is a minimal HTTP server built entirely in plain Java using low-level ServerSocket and Socket APIs. It listens on port 8080 and responds to HTTP requests with the current date and time.
What's the difference between Tomcat and Apache? It's a question developers hear frequently. But, when worded that way, it contains some misleading assumptions. Normally, when people ask this question ...