Hi, i need to create a web apps that can communicate with other computer. However, I don't have many knowledge in network and socket programming, so please help me.
Here's the case:
Supposed the web server is in comp A. I access the web from a client computer (comp B). I request a page in comp B. I pushed a button from comp B that will initiate a communication process between comp A and comp C (another computer server in network). comp C will send message to comp A and that msg will be stored in databse at comp A. every action that happens in that process will be printed in the web at comp B.
So... where do I start? What kind of socket should I use? I have to use applet so that anyone that use comp B can see what is going on? If I can't use applet, then what's the alternative?
Thanx.
Here's the case:
Supposed the web server is in comp A. I access the web from a client computer (comp B). I request a page in comp B. I pushed a button from comp B that will initiate a communication process between comp A and comp C (another computer server in network). comp C will send message to comp A and that msg will be stored in databse at comp A. every action that happens in that process will be printed in the web at comp B.
So... where do I start? What kind of socket should I use? I have to use applet so that anyone that use comp B can see what is going on? If I can't use applet, then what's the alternative?
Thanx.