© Felipe Gutierrez 2017

Felipe Gutierrez, Spring Boot Messaging, 10.1007/978-1-4842-1224-0_7

7. Web Messaging

Felipe Gutierrez

(1)Albuquerque, New Mexico, USA

This chapter covers WebSockets with Spring Boot and describes how this technology can help you implement messaging across apps or even across multiple instances of the same application.

When talking about web applications, we can say that REST is another way to do messaging, and it is. In this chapter, we are going to focus on a stateful way of communicating, which is what WebSockets brings to the table.

WebSockets

WebSockets is a protocol that enables two-way communication, and it’s normally used in web browsers. This protocol starts by using a handshake (normally a HTTP request) and then sends ...

Get Spring Boot Messaging: Messaging APIs for Enterprise and Integration Solutions now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.