nickebbutt / stomp-websockets-java-client

A fork of the Spring Boot websocket example project with a working java client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stomp-websockets-java-client

A fork of the Spring Boot websocket example project with a working pure java client

https://spring.io/guides/gs/messaging-stomp-websocket/

I couldn't find a working pure java client for the Spring boot stomp websockets demo above -

This project contains the original spring boot server application and a separate java client module

Run the server by using the spring-boot:run command on the maven spring-boot plugin You can point a web browser at localhost:8080 to say hello from the browser, or run the class HelloClient in the client module to do the same thing from the java client

About

A fork of the Spring Boot websocket example project with a working java client

License:Apache License 2.0


Languages

Language:JavaScript 90.8%Language:Java 6.3%Language:HTML 2.8%