알림 서비스를 구현하는 주요 방법


<aside> 💡

https://taemham.github.io/posts/Implementing_Notification/

</aside>

Server-Sent Events (SSE)


HTTP 연결을 통해 서버에서 클라이언트로 단방향 실시간 데이터 전송

장점

단점

WebSocket


클라이언트와 서버 간의 양방향, 실시간 통신을 가능하게 하는 프로토콜