Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 767 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 767 Bytes

Auction-Server

  1. This is Auction Server to client to bid online.

  2. main method is include in the AuctionServer.java file. So, compile and run using that java file.

  3. 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

  4. after connect to the server name of the client should give and after that using secueity symbol you can bid.

  5. if the security code wrong you will disconnect from the server and you ave to re connect to the server.

  6. once you bid server ask do you want to bit again or exit.

  7. you can exit from the server by type "quit" and enter or press enter and continue bid.

  8. when your bid is invalid you have to bid again.