https://swiftymind.tistory.com/104
Websocket Protocol 분석
1. 웹 소켓 업그레이드 요청 1 GET /ws HTTP/1.1 2 Host: server.example.com 3 Upgrade: websocket 4 Connection: Upgrade 5 Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ== 6 Origin: http://localhost:8080 7 Se..
swiftymind.tistory.com
https://caileb.tistory.com/185
웹 소켓 통신 (Web Socket)
웹 소켓 통신 (Web Socket) 웹 소켓(Web Socket)은 두 프로그램간의 메시지를 교환하기 위한 통신방법 중 하나입니다. 웹 소켓은 W3C와 IETF에 의해 자리잡은 표준 프로토콜 중 하나이기 때문에, 현재 인
caileb.tistory.com
https://sjh836.tistory.com/166
spring websocket (polling, Handshake 과정, sockjs, webSocketHandler, 예제)
참조문서 https://docs.spring.io/spring/docs/4.3.18.RELEASE/spring-framework-reference/html/websocket.html https://d2.naver.com/helloworld/1336 먼저 웹소켓 이전부터 천천히 알아보자 1. 클라이언트는 어..
sjh836.tistory.com
Websocket 프로토콜이란 ??
출처 http://blog.naver.com/joebak/220516030309 개요 * HTML5 에서 소개한 양방향 통신 프로토콜 * 아직 표준은 아님. * HTTP와 비교시 장단점 장점: Server 에서 Client로 바로 Event를 줄 수 있다는 점에서..
jjshun.tistory.com
https://developer.mozilla.org/ko/docs/web/api/websockets_api/writing_websocket_servers
웹소켓 서버 작성하기 - Web API | MDN
웹 소켓 서버는 특정한 프로토콜을 따르는 서버의 임의 포트를 리스닝하고 있는 TCP 어플리케이션입니다. 사용자 서버를 만드는 작업은 두려운 일일수도 있습니다. 하지만, 당신이 선택한 플
developer.mozilla.org
HTML5 웹소켓(WebSocket) 접속 과정.
안녕하세요. Jack 입니다. 지난 시간에 이어서 이번에는 HTML5의 웹소켓 접속과정에 대해서 알아보겠...
blog.naver.com
https://shortstories.gitbooks.io/studybook/content/web_socket_c815_b9ac.html
Web Socket 정리 · studybook
shortstories.gitbooks.io
https://d2.naver.com/helloworld/1336
https://pjc0247.tistory.com/95
웹소켓 프레임 구조
WebSocket Data Frame Format FIN : 현재 패킷이 마지막 조각임을 나타냅니다. RSV1 ~ 3 : 특별히 지정되지 않은 경우 기본적으로 항상 0이어야 합니다. 0이 아닌 값을 지정할 경우 에러를 발생합니다. (발생
pjc0247.tistory.com
https://blog.naver.com/PostView.nhn?isHttpsRedirect=true&blogId=scw0531&logNo=221097188275
[Spring Boot - WebSocket, STOMP을 연동한 채팅 서비스 구현]
안녕하세요!! 이번 포스팅은 Spring Boot환경에서 WebSocket을 연동하여 채팅 서비스를 구현하는 것을 ...
blog.naver.com
'Link 보관소' 카테고리의 다른 글
자바 17으로 작업을 해볼까? (관련 링크) (0) | 2022.07.01 |
---|---|
EC2 자바 8 -> 자바 11 업데이트 링크 (0) | 2022.06.26 |
this와 super 링크 (0) | 2022.06.25 |
웹소켓 공부 관련링크들 - 03 (0) | 2022.04.29 |
XSS / 방지 필터 적용 관련 링크 (0) | 2022.03.23 |