Hi All, I am new to Java programming.
I would like to do below task.
I have a server (for example 11.81.19.74, port : 5252). In this server side The python script running at the port 5252 to receive request(latest_values) from the client and give reply(some values) back to client.
In my development pc (11.81.19.100) , I need to write a servlet application , that communicates with the server 11.81.19.74 at the port 5252 and receive data from the server.
Can you please suggestion how can i achieve this, i tried a lot in the web , i could not able to find the examples on this.
I do not know how to communicate with the server at this point.
Please suggest or if you provide any useful example code that would be great.
Many thanks,
Chandra