Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 405 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 405 Bytes

This project showcases the implementation of a single-threaded server in Java. It covers concepts like sockets for client-server communication and handling requests sequentially.

Features Client-Server Communication: Uses sockets to establish communication between clients and the server. Single-Threaded: Handles one client connection at a time sequentially.

Technologies Used Java Sockets (TCP/HTTP).