This project demonstrates a simple implementation of socket communication in Java, featuring both a socket client and server. The server listens for incoming connections and the client connects to the server to exchange messages.
- Ensure you have Java installed on your system.
- Open the project directory in your preferred IDE.
- Locate the
Server.javafile. - Run the
Server.javafile to start the socket server:javac Server.java java Server