Hey, While it’s prevalent to see implementations of TCP servers in Golang, it’s not very common to see the same when it comes to UDP. Besides the many differences between UDP and TCP, using Go it feels like these are pretty much alike, except for little details that arise from each protocol specifics. If you feel like some Golang UDP knowledge would be valuable, make sure you stick to the end. As an extra, this article also covers the underlying differences between TCP and UDP when it com...