I am invoking applet through JNLP from my application (which is hosted on tomcat server) and it is working fine. Now from applet I need to send the response back to the application or browser.
In my search, I found that we can do this using web socket. But not sure from where to start.
Can you please let me know any idea on this.