GravityProject / gravity

Open source social network built with Meteor
MIT License
131 stars 62 forks source link

Issue #27 adding user presence #75

Closed anastalaz closed 8 years ago

anastalaz commented 9 years ago

Added fa-user icon next to username which turns green when user is online using the mizzao:user-status package.

nchenbang commented 9 years ago

mizzao:user-status won't work once your application scales to multiple server since the user presence status is held in an in-memory collection. You can read more about it here.

anastalaz commented 8 years ago

I see, thanks for the info. Someone mentioned konecty:meteor-user-presence could handle multiple instances. Any thoughts?

pmuens commented 8 years ago

Thanks for the PR! I will look into it. Although I have no further information about the scalability. But we should definitely discuss this.

pmuens commented 8 years ago

I'll merge this and opened up another issue for the performance discussion. We can change it later on when there's more traffic on the website and we run into problems.