带有WebSocket的Spring MVC



在此视频中,我展示了如何将websocket添加到您的spring mvc应用程序中

代码:https://github.com/lynas/SpringMVCWebSocket。

3 comments
  1. nice tutorial man, clean, simple and right to the point.
    BTW, to you have any suggestion how I can make an async app to send images from server to client? I was thinking about using websockets, but the subscribe schema seems too much for my simple problem. I want to send some images from the server to the session user, not for a group of users, and those images goes asynchronously, do you have any idea how I can do that? thanks

Comments are closed.