I have the application that implemented data transport using socket.
The workflow is File --> Agent --> Socket --> Server.
I hope the workflow will change like following.
File --> Browser --> Websocket --> Tomcat Server --> Socket --> Server
Could you let me know how I can implement websocket instead of tcp socket?