Serving the Unique ID

If our app is going to display all other clients’ pointers in real-time, we need a way to identify each of the other clients. We already have the real-time networking in place, so now our server needs to tag each event with the appropriate ID. We return to our server code to take care of it and touch on some of the security issues involved as well.

comments powered by Disqus