/Trading-Application-using-Socket-Programming

A simple application of socket programming where a number of traders can trade with each other from any client. All the orders are matched by the server.

Primary LanguageC++

Steps to run

  1. Go to Project
  2. Run server by ./server <PORT>
  3. Run server by ./client <SERVER_IP> <PORT>
  4. Sample: Trading_System.pdf