Hello! Is there a way to create a socket connection from within a web page using javascript?
The scenario is this: I want a webpage to establish a connection with a server, receive data and write the received data to a specific place in the web page's DOM tree as it arrives. (No, I cannot have Mozilla load a url in a specific frame or something similar, I need to handle the data myself.) Regards, Felix