본문 바로가기
FrontEnd

WebSocket 채팅 기능 관련 참조 페이지

by 이도현 2021. 6. 17.

곧 새로운 업무에 투입될 것 같은데 해당 내용관련해서 필요한 정보들중 쓸만 한 내용들의 링크를 정리해 둔다.

 

https://velog.io/@yhg0337/%EC%8A%A4%ED%94%84%EB%A7%81%EC%97%90-1%EB%8C%801-%EC%83%81%EB%8B%B4%EC%9D%84-%EA%B5%AC%ED%98%84%ED%95%98%EA%B8%B0

 

스프링에 1대1 상담을 구현하기!!

프로젝트 상세페이지에서 크리에이터 / 서포터 / 프로젝트 식별자를 컨트롤러로 보낸다. 위 3가지로 채팅방태이블을 조회해서 없으면 새로 생성 / 있으면 그 채팅방 아이디를 리턴해온다. 가져

velog.io

 

https://gnaseel.tistory.com/11

 

[Web Socket / Spring] 실시간 채팅 기능 구현

http통신의 특징과 한계 http통신은 HyperText Transfer Plotocol의 약자로서 오늘날 광범위하고 일반적으로 사용되는 통신 기법이다. http의 기본 원리는 client가 server에게 자신이 받고싶은 정보를 request에

gnaseel.tistory.com

https://alpreah.tistory.com/92?category=844976 

 

[Spring] Node.js socket을 통해 Spring서버에 socket을 연결하자!

## 최종 파일 ## 우선 구글에 접속을 해주세요. 구글에 nodejs를 검색을 해주신뒤 광고 밑에 있는 nodef.js 사이트에 접속을 햊쉐요. 만약, 필자와 다른 결과가 나올 경우 여기를 눌러주세요. 현재 버

alpreah.tistory.com

https://alpreah.tistory.com/93?category=844976 

 

[Spring] Node.js를 이용해 Spring에 채팅방을 만들자!

## 글을 읽기전에 꼭 읽어주세요 ## 만약, 이전글을 읽고오시지 않았다면 아래의 링크를 눌러 주신뒤 진행을 해주세요. [Spring] Node.js socket을 통해 Spring서버에 socket을 연결하자! -- 완성본 파일 --

alpreah.tistory.com

 

https://www.w3schools.com/html/html5_webworkers.asp

 

HTML Web Workers API

HTML Web Workers API A web worker is a JavaScript running in the background, without affecting the performance of the page. What is a Web Worker? When executing scripts in an HTML page, the page becomes unresponsive until the script is finished. A web work

www.w3schools.com

https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API

 

The WebSocket API (WebSockets) - Web APIs | MDN

The WebSocket API is an advanced technology that makes it possible to open a two-way interactive communication session between the user's browser and a server. With this API, you can send messages to a server and receive event-driven responses without havi

developer.mozilla.org

 

'FrontEnd' 카테고리의 다른 글

Internet Explorer에서 발생하는 Ajax 문제  (0) 2021.06.10
FrontEnd 참조 자료 모음  (0) 2021.05.10
Dust.js 기본 문법 정리  (0) 2021.05.06