java - How to start a local port on user's computer (Edited question) -


In the past, I have not been able to prepare my question clearly. This will try my last time = |

Actually, I want to do something like this website: They are providing an IFrame which points to a port on the local host. You will not see anything in the iframe if you do not have the applet running (which can be found here: ninjavideo.net/applet.php). I want to write a script which is some applet PHP is doing, but I do not think that they are only using php code because it will not run on computers that do not have php installed. Do you think they are using Java / C to do this?

A is basically a piece of java code by a webpage It is served and is believed to be used on the client machine. You can get more information about applets if you are also green for Java, then I would advise to go ahead.

This is serving the applet code to the PHP script server so that the client can download it.


Comments

Popular posts from this blog

asp.net mvc - Dynamically Generated Ajax.BeginForm -

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

sockets - TCP programming with .NET -