Server can deal with several clients concurrently by Event-driven approach and Process-based approach
Each Client can sell and buy stocks from Stock Server
- show
- buy [stockID] [ # of stock]
- sell [stockID] [# of stock]
- exit
You can create the number of client that you want, and each client execute any command.


