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

Implement real time chat #177

Closed
tuanthanh2067 opened this issue Feb 13, 2022 · 1 comment · Fixed by #198
Closed

Implement real time chat #177

tuanthanh2067 opened this issue Feb 13, 2022 · 1 comment · Fixed by #198
Assignees
Labels
backend difficulty:medium Issue that takes 4 - 7 days feature Feature request
Projects
Milestone

Comments

@tuanthanh2067
Copy link
Owner

tuanthanh2067 commented Feb 13, 2022

Is your feature request related to a problem? Please describe.

Socket will allow users to send and receive messages real time.

Are there any related issues? Please list all of them.

Describe the solution you'd like

  • Socket have to support multiple rooms, with multiple users communicating at the same time.
  • Messages should be encrypted and store in the database
  • Messages can be decrypted and sent back to client
  • Users are able to join their rooms (with exact room id's)

SocketIO

@tuanthanh2067 tuanthanh2067 added backend feature Feature request difficulty:medium Issue that takes 4 - 7 days labels Feb 13, 2022
@tuanthanh2067 tuanthanh2067 self-assigned this Feb 13, 2022
@tuanthanh2067 tuanthanh2067 added this to Backlog in Seeksi via automation Feb 13, 2022
@tuanthanh2067 tuanthanh2067 added this to the Milestone 2 milestone Feb 13, 2022
@oliver-pham
Copy link
Collaborator

We might want to use Apollo Subscriptions instead, @tuanthanh2067.

@tuanthanh2067 tuanthanh2067 changed the title Implement socket.io for backend site Implement real time chat Feb 16, 2022
@minhhang107 minhhang107 modified the milestones: Milestone 2, Milestone 3 Feb 16, 2022
Seeksi automation moved this from Backlog to Done Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend difficulty:medium Issue that takes 4 - 7 days feature Feature request
Projects
Seeksi
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants