-
This is Auction Server to client to bid online.
-
main method is include in the AuctionServer.java file. So, compile and run using that java file.
-
once run the programme using command prompt using telnet or nc clients connect to the localhost using 2000 as base port. ex : telnet localhost 2000 or nc localhost 2000
-
after connect to the server name of the client should give and after that using secueity symbol you can bid.
-
if the security code wrong you will disconnect from the server and you ave to re connect to the server.
-
once you bid server ask do you want to bit again or exit.
-
you can exit from the server by type "quit" and enter or press enter and continue bid.
-
when your bid is invalid you have to bid again.