Spring websockets with minimal dependencies without any annotations

I'm looking for an example on how to do Spring Websockets without any annotations and with minimal dependencies. I'm looking for a pure java client side example, if possible?

I would also like to know if the spring-boot-starter-parent dependency is needed for running web hosts in Spring.

Any help would be greatly appreciated.

+3


source to share





All Articles