Welcome to the ChatServer project! This repository contains a basic implementation of a web server using the HTTP module in Java.
Overview: This project demonstrates how to create a simple web server with Java. The server can handle HTTP requests and serve messages between several clients. It's a great starting point for learning about server-side scripting and Java fundamentals.
Features: Basic HTTP Server: Set up to listen on a specified port. Handle HTTP Requests: Processes incoming requests and sends appropriate responses.