Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 286 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 286 Bytes

CS428 TCP-Based Server Client C++ Program Handling Multiple Clients on the Server without Multithreading

To run:

g++ -o server server.cpp

g++ -o clientX clientX.cpp

g++ -o clientY clientY.cpp

./server first, then ./clientX, ./clientY

./server first, then ./clientY, ./clientX