This project demonstrates a basic client-server communication model using Java Sockets. It allows message exchange between a client and a server running on the same machine via TCP/IP using port 5555.
Multi-threaded server using a thread pool for efficient handling of client requests. Client can connect to the server and send messages. Server responds to each client with a greeting message.