2 Comments
User's avatar
Ryan Peterman's avatar

Great challenge, thanks for the writeup John! We actually did this exact challenge in college. Here's my commit that implements multithreading to handle multiple clients - https://github.com/ryanlpeterman/AAAAA/commit/1d3d3e3dc46f3b5cc4118297bb8375a410bdf1cc

We wrote the server in C++ and used the boost library heavily

Expand full comment
John Crickett's avatar

Awesome, great that they covered C++ and Boost a great combination!

Expand full comment