Skip to content

emilylakic/cs428-TCPserverclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages