Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 491 Bytes

File metadata and controls

28 lines (20 loc) · 491 Bytes

Basic Chat


채팅 테스트 Repository

한번쯤 해보고싶었어서 작성..

``

작업환경

  • jdk21
  • gradle 8.5
  • spring boot
  • thymeleaf
  • web, websocket, jpa, querydsl, h2, lombok, junit5

내용

  1. server API <> client thymeleaf websocket 통신
  2. 채팅 기능 구현 (local 환경)
  3. 채팅 화면 구현
  4. 채팅 내역 캐싱

Server Run, Demo: http://localhost:8080

  • 송신자ID 입력
  • 수신자ID 채팅방 선택 후 채팅 시작