/Distributed-Systems-Project

Simple Implementation of Sockets in Java

Primary LanguageJava

Distributed-Systems-Project

Simple Implementation of Sockets in Java

Build Instructions

  1. Open a Command Prompt Window/Terminal
  2. Clone the repository using the git clone command
  3. Move into the cloned directory using the cd command
  4. Compile the project files using the javac command
    javac ServerProtocol.java SocketClient.java SocketServer.java
  5. In the current command prompt/terminal window, run the following command to start the server
    java SocketServer
  6. Open a new command prompt/terminal window and run the following command to run the client
    java SocketClient