Hey everyone!
I'm trying to figure out how to implement a server that allows multiple client connections in python. I've seen some examples using `socket` and `threading`, but not sure if that's the best way.
Anyone got tips or code snippets?
Also, is there a simpler lib than raw sockets? Maybe something like `asyncio`?
Thanks in advance!
(PS: If you've done this before, pls share any gotchas or weird bugs u ran into. Would save me a ton of time lol.)
I'm trying to figure out how to implement a server that allows multiple client connections in python. I've seen some examples using `socket` and `threading`, but not sure if that's the best way.
Anyone got tips or code snippets?
Also, is there a simpler lib than raw sockets? Maybe something like `asyncio`?
Thanks in advance!
(PS: If you've done this before, pls share any gotchas or weird bugs u ran into. Would save me a ton of time lol.)
