Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 546 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 546 Bytes

Implementation of Multithreaded web server in java.

Overview

This project showcases the implementation of a multithreaded server in Java. It covers concepts like sockets for client-server communication and multithreading for handling concurrent connections.

Features

  • Client-Server Communication: Uses sockets to establish communication between clients and the server.
  • Multithreading: Handles multiple client connections concurrently using Java threads.

Technologies Used

Java
Sockets (TCP/HTTP)
Multithreading