Threads Exercise

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

ThreadedChat

Refactor the network server/client program pair from the previous topic with the following changes:

  • Multi-user processing on the server should be done using threads.

  • The server stops working when one of the clients sends a !quitserver message to the server.

Last updated

Was this helpful?