Build the server
$ make server
Execute the server
$ ./server
Build the server that accepts only a single connection at a time
$ make server_sc
$ php client.php Hi
Build the server
$ make server
Execute the server
$ ./server
Build the server that accepts only a single connection at a time
$ make server_sc
$ php client.php Hi