Spring Boot에서 spring-boot-starter-websocket 탐구하기
이 글은 Spring Boot의 spring-boot-starter-websocket
을 이용해 간단한 채팅 애플리케이션을 만드는 방법을 단계별로 설명합니다. 실시간 애플리케이션에 이상적인 WebSockets의 설정부터 메시지 모델 생성, 컨트롤러 구현까지 자세히 다룹니다.