2 Comments

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