Sockets Exercise

Practice the materials from this topic by implementing the project presented below.

Better Chat

Improve the pair of programs for network socket server network-socket-server.c and client network-socket-client.c by adding the following enhancements:

  • The server should support multiple parallel client connections.

  • Allow multiple messages per conversation until the client sends a !quit message to the server.

Last updated

Was this helpful?