-
Spring Sockets카테고리 없음 2020. 8. 22. 14:55
1.WebSocket
- Socket Over HTTP
- IE10+ (Can use pure WebSocket javascript library)
2. SockJS
- Like socket.io -> node.js
- sockjs-clinet library -> spring
웹소켓은 아니지만 웹소켓과 유사
3. STOMP(Streaming Text oriented Messageing Protocol)
- 토픽 구독방식
- 약속된 방식으로 통신
- Spring Only, Publish(topic/queue) & Subscribe
- Sub Protocol Over Sockjs -> Custom Format for Message
- Use stomp js library