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

[FE] 팀 피드에서의 채팅 방식을 SSE → Websocket/Stomp로 변경 #971

Open
wzrabbit opened this issue Dec 25, 2024 · 0 comments

Comments

@wzrabbit
Copy link
Collaborator

구현기능

  • 팀 피드에서의 채팅 방식을 SSE → Websocket/Stomp로 변경한다.
    • SSE 방식으로 채팅을 구현했던 것은 제한된 기간 안에 기존의 로직을 적게 변경시키면서 구현하기에 적합했기 때문이며, 현재는 제한 기간이 빠듯하지 않고 양방향으로 통신이 빈번하게 일어나는 채팅 특성상 Websocket이 더 요구사항에 좋은 방법으로 보이므로 Websocket을 사용하는 방법으로 구현해본다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant