Skip to content

This project demonstrates the implementation of a multithreaded server in java with efficient client-server communication.

Notifications You must be signed in to change notification settings

prajwalp3/multithreaded-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This project demonstrates the implementation of a multithreaded server in java with efficient client-server communication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages