I have developed a simple Socket program which listens to a specific port and accepts TCP requests. My program works fine on localhost.
I have a very basic question. How can I deploy this program on a server? I have a server with valid IP and some available ports, running on windows.
I have a device, as client, which connects to the server (with IP 89.33.102.101:8091) and sends some bytes to it. The service on the server should check the validity of data and store it in a DB.
Comments
Post a Comment