Cloudkibo / CloudKibo

CloudKibo
0 stars 0 forks source link

(desktop) Logic to join socket.io rooms so that mobile and desktop recognize each other #501

Closed sojharo closed 7 years ago

sojharo commented 7 years ago

We would maintain socket.io rooms on server so that data only goes to the required client and doesn't go to someone else. All the clients desktop/mobile would join these rooms. So that they can recognize each other.

sojharo commented 7 years ago

I have completed the work on this and added the logic for join socket.io rooms and establish recognition between mobile and desktop. I would update the documentation today for this. I am marking it code complete for now.

jekram commented 7 years ago

ok

sojharo commented 7 years ago

We can close this now. I had updated the documentation.