[Go] Simple implementation of a udp server
Original link: https://grimoire.cn/golang/go-udp.html Preamble Previous recommendation: [Go] Simple implementation of a tcp server – Five Leaf Magic Book (grimoire.cn) We explained how to use tcp to implement a simple server in the previous article, so let’s talk about how to use udp to implement a simple udp server today As usual, let’s talk about the […]
[Go] Simple implementation of a udp server Read More »