Skip to main content
1 of 2
user avatar
user avatar

Try

new WebSocket("ws://localhost:8080/Moda/chatroomServerEndpoint/websocket");

instead of

`new WebSocket("ws://localhost:8080/Moda/chatroomServerEndpoint");` 
user2635221