Skip to content

namila007/Auction_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Auction_Server

Server based auction system

FIRST COMPILE AND RUN SERVER>>

to compile run

`javac AuctionServer.java`

to run server

`java AuctionServer`

RUN CLIENT>>

* here `PORT=2000`
* Client get GUI of selected symbol 
* conenct the client

		`nc localhost 2000`

*Insert Username and Symbol to bid,then bid is set only to that given symbol

VIEW BID HISTORY

to view bid history double click on any row on the table ,where bid is taken
	for exmple. by clicking on FB row twice get the history of 'FB' bidders and values

Releases

No releases published

Packages

No packages published

Languages