Reading_Notes

View the Project on GitHub Hiba-Almade/Reading_Notes

Spring and Sockets

This guide walks you through the process of creating a “Hello, world” application that sends messages back and forth between a browser and a server.

>> WebSocket - is a thin, lightweight layer above TCP. This makes it suitable for using “subprotocols” to embed messages.

>> STOMP - is a subprotocol operating on top of the lower-level WebSocket.