#zig
Read more stories on Hashnode
Articles with this tag
At a high level this is how UDP servers work: Create a socket Bind the socket to a specific address and port (through the OS) Listen for messages...