Discord interview question

Design a chat server using sockets that can accept multiple client connections via telnet.

Interview Answer

Anonymous

9 Nov 2024

Wrote a custom implementation using python; it took about 130 lines of code written over the course of 75 minutes.