Simple client/server in C++ : client sends a hello to server and receives a response
-
server.cc : server has a multi-threaded design
-
simple-client.cc : client without multi-threading
-
mt-client.cc : client with multi-threading
-
new-server.cc : an improved version of server.cc
-
new-simple-client.cc : an improved version of simple-client.cc