Hello all,
I am developing chat application(not applet) in java, I want it to be able to run over internet
I have tried it in LAN with Socket programming
I found something here
It is working fine
But how can i run it over internet:?:
:confused:
If i tcpserver.java(or tcpserver.class) to the web hosting server.
I will not be able to run server class that can listen to client.
Please clear my doubt as i am learning this for first time
If i am missing something please tell me !