- OS: Windows 10
- IDE: IntelliJ IDEA
- Java Version: Java 17.0.14 LTS
- Build Tool: Standard javac compilation
- java.net.Socket
- java.net.ServerSocket
- java.net.InetAddress
- java.io streams for communication
- Multi-threading for concurrent client handling
- Modular structure with separate directories for each task
- Comprehensive error handling and logging
- Resource management using try-with-resources
- Thread-safe implementations where required