Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Tag Archives: UDP
UDP Socket manager for go server-side – Game Dev Feed

UDP Socket manager for go server-side I’m working on a prototype online multiplayer game. As you know an online multiplayer game has a server-side process that manages the game state & simulates the world based on the users’ inputs. The game is fast-paced, so I used the UDP protocol to create a virtual channel between…
Differnce between TCP and UDP – Node Dev Feed

Differnce between TCP and UDP Transmission Control Protocol (TCP)Transmission Control Protocol (TCP) is connection-oriented, meaning once a connection has been established, data can be transmitted in two directions. TCP has built-in systems to check for errors and to guarantee data will be delivered in the order it was sent, making it the perfect protocol for…