We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
중고 물품을 거래할 때, 현재는 서로 소통할 수 있는 방법이 없습니다. 따라서, 채팅방 시스템을 개발하여 물품 거래를 위해 서로 간에 대화할 수 있도록 할 예정입니다.
Websocket + Stomp + Redis를 사용합니다.
채팅방 정보 및 채팅 메시지는 DB에 저장하는 것이 아닌, Redis에 저장할 예정입니다. 만료 기간을 정하고, 일정 시간이 지난 후에는 메시지를 삭제할 예정입니다. 따라서, 현재 있는 채팅방, 채팅 메시지 엔티티 & 테이블은 삭제하겠습니다.
기타사항
The text was updated successfully, but these errors were encountered:
채팅 시스템을 개발하였습니다.
Sorry, something went wrong.
No branches or pull requests
Description
중고 물품을 거래할 때, 현재는 서로 소통할 수 있는 방법이 없습니다.
따라서, 채팅방 시스템을 개발하여 물품 거래를 위해 서로 간에 대화할 수 있도록 할 예정입니다.
Websocket + Stomp + Redis를 사용합니다.
채팅방 정보 및 채팅 메시지는 DB에 저장하는 것이 아닌, Redis에 저장할 예정입니다.
만료 기간을 정하고, 일정 시간이 지난 후에는 메시지를 삭제할 예정입니다.
따라서, 현재 있는 채팅방, 채팅 메시지 엔티티 & 테이블은 삭제하겠습니다.
To-do
ETC
기타사항
The text was updated successfully, but these errors were encountered: