Discord Interview Question

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

Interview Answer

Anonymous

Nov 9, 2024

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