Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 338 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 338 Bytes

Java Auction Server

About:

Using a Linux nc client, it is an auction server that allows many clients to connect and bid on stock items. The technologies employed were threads and Java networking. Java was used to create server and client programs, and a GUI was created for the server. The stock item list is saved as a CSV file.