Assignment Tasks:
You will need to write a client and a server program to facilitate interactions using RPC techniques.
- Open a Command Prompt Window/Terminal
- Clone the repository using the
git clone
command - Move into the cloned directory using the
cd
command - Compile the project files using the
javac
commandjavac ServerProtocol.java SocketClient.java SocketServer.java
- In the current command prompt/terminal window, run the following command to start the server
java SocketServer
- Open a new command prompt/terminal window and run the following command to run the client
java SocketClient