Websocket Connection works with JavaScript but not with Java
I am building a simple websocket connection
I tried it with javascript for testing:
How to receive message from web socket channel sent from Java in JavaScript
I want to make my JavaScript application be able to listen to a specific web socket channel, but failed.