Thursday 26 October 2017

How to connect to multiple node.js servers with SSL?

I am developing a multiplayer browser game where the user can select which server to connect to.Every server will be a separate Cloud machine with node.js installed. For the client side, I am using C#.The connection to the servers will be made via socket.io. Every server will have a separate SSL certificate.What is the best way to connect the client to one of the servers at runtime? It also needs to be secure - no connections from outer clients.

Submitted October 26, 2017 at 04:34PM by bobonik

No comments:

Post a Comment