I am developing a client server app. The client needs to connect and retrieve data from the db, my question is how can i do the connection in a secure and stable way. I have succesfully created the connection via winsock, which connects to the server app but i dont know if this is convinient when there are a lot of simultaneous connections. The client should be able to connect to the server from any location, not only from an internal network.
Thanks