목록sockjs (1)
민프
[React][TypeScript] SockJS, STOMP 연결 (기록)
STOMP? https://minf.tistory.com/220 [STOMP] STOMP란 무엇일까? STOMP(Simple (or Streaming) Text Oriented Message Protocol )란 무엇일까? 공식 홈페이지에 따르면 STOMP는 단순(또는 스트리밍) 텍스트 지향 메시징 프로토콜입니다. STOMP는 STOMP 클라이언트가 모든 STOMP 메시지 minf.tistory.com ㅇ. NPM 설치 npm i @types/sockjs-client npm i sockjs-client npm i @types/stompjs npm install @stomp/stompjs ㅇ. 코드 import { Client } from "@stomp/stompjs"; import SockJS from ..
Frontend/[React]
2023. 6. 20. 13:18