- Open 1 to 90 terminal windows in DISYS_Mini_Project_3/Server/ and run the following command in each to run the servers:
go run .- You should open at least two to try and crash one of them by closing the terminal window or clicking Crtl + C on Windows.
- Open as many terminal windows in DISYS_Mini_Project_3/Client/ as you would like and type the following command in each to run the clients:
go run .- To make a bid, simply type an integer and press enter.
- To query the system in order to know the state of the auction, enter "r" and press enter.
- The action will start when the first bid is made.
- The action will last 1 minute.
- Make sure to start all the servers first as the clients will ping the servers and find all the available servers.
- You cannot start a new auction. You must kill all the processes and run them again.