[DEV] App Dev ∕ Web Back/Framework ∕ NestJS
[Nest.js/Angular] WebSocket으로 실시간 채팅[업데이트] 구현해보기
# 개요 기존 HTTP 요청/응답 방식으로는 실시간 페이지 업데이트가 불가능하다는 단점이 존재한다. 그렇기 때문에, 실시간적인 데이터가 필요한 경우, 보통 connection을 계속 유지할 수 있는 socket 기술이 사용되는데, WebSocket 기술을 예시로 튜토리얼을 진행해보자. The WebSocket API allows for event-based two-way communication between a browser and a server. NestJS has support for web sockets built-in, which makes use of the popular socket.io package. This makes setting up communications using the W..
2020. 12. 2. 15:24
최근댓글