관리 메뉴

moozi

spring websocket chatting 본문

TIS_2021/인공지능2021_2기

spring websocket chatting

moozi 2022. 1. 6. 18:02

0. spring websockt chatting basic

https://gnaseel.tistory.com/11

 

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

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

gnaseel.tistory.com

 

1. spring websocket chatting

https://hdhdeveloper.tistory.com/30

 

[SpringFramework] Socket을 통한 스프링 채팅 기능 구현

스프링 환경에서 채팅 기능을 구현할 수 있다. TCP/IP 프로토콜을 사용하여 서버와 통신하는 클라이언트 프로그램을 구현할 수 있는 Socket 통신을 이용할 것이다. 채팅을 구현하기 위해서는 Socket

hdhdeveloper.tistory.com

 

2. 스프링 websocket 채팅 DB연동 - 개념만 참고.

https://salepark.tistory.com/62?category=945958 

 

WebSocket을 사용한 채팅프로그램(1)

Spring이 제공하는 WebSocket을 이용해서 간단한 채팅프로그램을 만들어보자. 먼저 dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframewo..

salepark.tistory.com

3. 스프링 websocket 채팅방

https://dalili.tistory.com/125?category=856049 

 

스프링+웹소켓 채팅 예제 : 여러 채팅방 만들기

첫번째 강좌에서는 1개의 채팅방만 가능했는데, 실제 채팅 사이트 처럼 여러개의 채팅방을 만드는 방법입니다. 1. 각 채팅방은 bang_id라는 파라미터에 따라서 구분 됩니다. 채팅방A : http://localhost/

dalili.tistory.com

 

'TIS_2021 > 인공지능2021_2기' 카테고리의 다른 글

git자료  (0) 2021.12.23
cloud 자료  (0) 2021.12.23
12/3 EX02  (0) 2021.12.03
12/01 EX02  (0) 2021.12.01
11/30 EX02  (0) 2021.11.30
Comments