[Web Socket] Spring Framework에서의 Web Socket
Spring Framework의 Web Socket 지원Spring 공식 문서를 살펴보면, 다음과 같은 3가지 기능을 지원하고 있는 것을 확인할 수 있다. WebSockets :: Spring FrameworkThe WebSocket protocol, RFC 6455, provides a standardized way to establish a full-duplex, two-way communication channel between client and server over a single TCP connection. It is a different TCP protocol from HTTP but is designed to work over HTTP, usindocs.spring.ioWeb Socket ..