authentication and data transfer over TCP/UDP

Viewed 16

I'm currently writing a little game based on servers and clients. I first solved the general exchange of data and authentication via REST. Now my plan for joining a server and the game would be a UDP connection to the server. My knowledge gaps begin from here. Do you have literature recommendations where I can read how best to implement the authentication and exchange of different data objects at UDP / TCP?

Thank you:)

0 Answers
Related