mrryanjohnston / Canvas-Fun

Just messing around with HTML5 Canvas via Kinetic.js
2 stars 1 forks source link

Should users be able to be in multiple rooms at the same time? #60

Open gabrielmiller opened 11 years ago

gabrielmiller commented 11 years ago

socket.io has the structure for multiple chat rooms, however there are a few ways we can implement them.

Should users have individual tabs for each chat and stay in each one until logging out?

Or should users only ever be in one room, the one at which they are looking, at a time?