Skip to content

This repository contains implementation of Webserver using sockets

Notifications You must be signed in to change notification settings

kamallochan2004/WebServerImplementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Socket-Based Web Server

This project is a simple web server implemented in Java using sockets. It demonstrates the basic principles of how web servers work, handling HTTP requests and responding with appropriate content.

Features

  • Handles multiple client connections using threading.
  • Processes basic HTTP GET requests.
  • Responds with plain text messages.
  • Can be easily extended to handle more complex requests and serve HTML content.

Requirements

  • Java Development Kit (JDK) 8 or higher
  • Any Java IDE or a simple text editor for editing Java files

About

This repository contains implementation of Webserver using sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages