Monthly Archives: February 2019

Spring Websocket Client (Without STOMP) – Example

In this brief post, let’s see how we can implement a simple web socket client for a non-stomp based websocket service. In this example, we will be implementing the client for the demo echo test websocket service. pom.xml We have … Continue reading

Posted in java | Tagged , , , , | 3 Comments