Web Server
Table of Contents
🧾 Description
WebServer is a fully-featured HTTP/HTTPS server built entirely in Java. It can handle both static and dynamic requests, making it suitable for a wide range of web applications. Thanks to its multithreaded architecture, WebServer can handle requests concurrently, improving its overall performance and scalability.
WebServer also has robust error handling and logging capabilities, making it easy to diagnose and troubleshoot issues that arise during operation. Additionally, it supports session management, allowing clients to maintain their session state across multiple requests.
✨ Features
- ✅ Handle static / dynamic request
- ✅ Multithreaded server handle request concurrently
- ✅ Error Handling
- ✅ Logging enabled
- ✅ Support session
- ✅ Support both HTTP / HTTPS