Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OMCT-413] 실시간 채팅 기능 구현 #216

Merged
merged 10 commits into from
Feb 6, 2024
Merged

Conversation

Curry4182
Copy link
Contributor

📌 PR 종류

어떤 종류의 PR인지 아래 항목 중에 체크 해주세요.

  • 🐛 버그 수정
  • ✨ 기능 추가
  •  테스트 추가
  • 🎨 코드 스타일 변경 (formatting, local variables)
  • 🔨 리팩토링 (기능 변경 X)
  • 💚 빌드 관련 수정
  • 📝 문서 내용 수정
  • 그 외, 어떤 종류인지 기입 바람:

📌 어떤 기능이 추가 되었나요?

Issue Number

OMCT-413

기능 설명

/chat-rooms 😃

  • 입장할 수 있는 채팅방들을 view로 반환

/chat/{roomId} 😃

  • 채팅방을 view로 반환
  • 서버와 웹소켓으로 자동으로 연결
  • STOMP 프로토콜을 이용한 실시간 채팅 입력

기능 단위 설명 ❤

채팅 기능을 위해 웹소켓과 메시지 브로커 설정을 하였습니다. 6b265ec

실시간 채팅을 위한 백엔드 코드는 이 부분을 참고해주세요 😃 7cfae38

UI와 UI 컨트롤 하는 JS는 이 부분을 참고해주세요 8e4c9b7 a60c40c

기능 구현을 위해 참고한 사이트(코드 보기전 한번 보면 좋은 사이트) ❤

📌 기존에 있던 기능에 영향을 주나요?

  • 아니요

@Curry4182 Curry4182 added the enhancement New feature or request label Dec 28, 2023
@Curry4182 Curry4182 self-assigned this Dec 28, 2023
Copy link
Contributor

@Yiseull Yiseull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

병곤님 채팅 구현하느라 고생 많으셨습니당!!!❤️👏

@Curry4182 Curry4182 merged commit ee6d35f into main Feb 6, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants