Skip to content

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.

Notifications You must be signed in to change notification settings

prajwalp3/singlethreaded-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages