Back to search
multi-threaded web server
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
4
commits
Refactor request handling in Main.java to streamline resource serving and improve code readability. Removed redundant writer initialization and ensured proper resource management with try-with-resources. Enhanced logging for file serving and 404 responses.
963f484View on GitHubUpdate server port from 8080 to 8082 in run-server.sh and Main.java for consistency in server access URL.
6a2e8dbView on GitHubUpdate README.md to provide detailed project description, features, installation instructions, and usage examples for the Multi-Threaded Web Server.
d4ee251View on GitHub