WebSocket Architecture in Spring Framework 4.0

WebSocket Architecture in Spring Framework 4.0

英文原文:WebSocket Architecture in Spring 4.0

看英文技术文档,提高英语阅读水平

WebSocket Architecture in Spring Framework 4.0

 

Two years ago, the WebSocket protocol RFC 6455 defined an important new capability for web applications: full-duplex, two-way communication between client and server. Part of the “HTML5” umbrella term, WebSocket has gathered a lot of attention and become an official buzzword—one that generates plenty of expectations, in many cases, ahead of actual experience. In this post, we will focus on separating hype from reality and introduce the Spring Framework 4.0 approach to building WebSocket-style applications using STOMP as an application-level protocol, SockJS for fallback options, and a message broker for broadcasting messages to connected users.

 

 

你可能感兴趣的:(WebSocket Architecture in Spring Framework 4.0)