Replies: 1 comment 1 reply
-
No, I am not familiar with STOMP. Reinventing the wheel is not a best practice, but I created a custom wrapper under websocket/plain_http. See
|
Beta Was this translation helpful? Give feedback.
-
No, I am not familiar with STOMP. Reinventing the wheel is not a best practice, but I created a custom wrapper under websocket/plain_http. See
|
Beta Was this translation helpful? Give feedback.
-
What do you think about using STOMP to handle to messaging protocol? Have you considered it before? If you have, why didn't you go with it? Is there any issue that I might be overlooking?
https://docs.spring.io/spring-framework/docs/current/reference/html/web.html#websocket-stomp
https://programming.vip/docs/four-ways-of-integrating-websocket-with-spring-boot.html
https://spring.io/guides/gs/messaging-stomp-websocket/
Beta Was this translation helpful? Give feedback.
All reactions