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

feat: 물품 거래를 위한 채팅방 시스템 개발 #92

Open
1 of 2 tasks
Jinwon-Dev opened this issue Jun 15, 2023 · 1 comment
Open
1 of 2 tasks

feat: 물품 거래를 위한 채팅방 시스템 개발 #92

Jinwon-Dev opened this issue Jun 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Jinwon-Dev
Copy link
Member

Jinwon-Dev commented Jun 15, 2023

Description

중고 물품을 거래할 때, 현재는 서로 소통할 수 있는 방법이 없습니다.
따라서, 채팅방 시스템을 개발하여 물품 거래를 위해 서로 간에 대화할 수 있도록 할 예정입니다.

Websocket + Stomp + Redis를 사용합니다.

채팅방 정보 및 채팅 메시지는 DB에 저장하는 것이 아닌, Redis에 저장할 예정입니다.
만료 기간을 정하고, 일정 시간이 지난 후에는 메시지를 삭제할 예정입니다.
따라서, 현재 있는 채팅방, 채팅 메시지 엔티티 & 테이블은 삭제하겠습니다.


To-do

  • 채팅 시스템 개발
  • 채팅 메시지를 채팅방마다 따로 저장하고, 조회하는 로직 개발

ETC

기타사항

@Jinwon-Dev
Copy link
Member Author

Description

채팅 시스템을 개발하였습니다.

@Jinwon-Dev Jinwon-Dev added the enhancement New feature or request label Jun 23, 2023
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

No branches or pull requests

1 participant