I have a question about the operation of SocketIo for node and an app created in Phonegap, the question is with respect to limiting access to sockets, according to official SocketIo documentation there is an option called "origins" that serves to limit the access, now, this option requires a string, a host or IP, but as in this case will be mobile devices, how could I limit access to the socket?
Thank you very much!