olivernjeru / replicant-trader

0 stars 0 forks source link

Implement specific chat rooms and not just the general chat room #17

Closed olivernjeru closed 1 month ago

olivernjeru commented 2 months ago

Currently we have a general chat room where everyone can send a message that can be seen by everyone. I want to have a chat room for each registered user such that when you are chatting with them, only you and them can see what you are chatting up, nobody else. Also, this information needs to be encrypted when getting stored in the database and decrypted when being read.

olivernjeru commented 2 months ago

These links will help, https://www.youtube.com/watch?v=k4mjF4sPITE https://www.youtube.com/watch?v=sNDHYBeOQp4 https://blog.logrocket.com/how-to-build-chatroom-app-react-firebase/

olivernjeru commented 1 month ago

Encryption and Decryption exists in their own issue, #16

olivernjeru commented 1 month ago

this issue is solved in, add individual chat rooms for both client and market maker