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

Chat #12

Open
andrewkimswe opened this issue Feb 29, 2024 · 0 comments
Open

Chat #12

andrewkimswe opened this issue Feb 29, 2024 · 0 comments

Comments

@andrewkimswe
Copy link
Member

채팅 기능 개발 요구 사항

목표

  • 사용자 간 실시간 채팅 기능 구현
  • 채팅방 관리 및 메시지 저장 기능 개발

주요 기능

  1. 채팅방 생성 및 관리: 사용자가 채팅방을 생성하고, 참여할 수 있어야 합니다.
  2. 실시간 메시지 송수신: WebSocket을 사용한 실시간 메시지 교환 기능입니다.
  3. 메시지 저장 및 조회: 채팅 메시지는 데이터베이스에 저장되며, 사용자는 이전 메시지를 조회할 수 있어야 합니다.

구현 방안

  • WebSocket을 이용한 실시간 통신 구현
  • 채팅 메시지는 Redis를 활용하여 성능을 최적화
  • 보안 및 인증 관련 처리는 JWT를 이용
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant