-
Notifications
You must be signed in to change notification settings - Fork 1
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
User presence #51
Comments
@ndarilek I know that most modern browsers have |
Right. Since Hoodie generally has you connected to CouchDB's changes After further research, I realized that _sessions wasn't a database, but I'm thinking about perhaps a socket.io plugin that simply tracks |
That would certainly make for an interesting plugin. I'm working on a plugin myself right now, so keep me posted ad let me know if I can help you. |
I think that knowing whether a user is online or has been recently active is useful, even for an offline-first framework. I'm currently working on an app which should behave differently if multiple users are online and can chat, interact with each others' data, etc. I can think of two ways to accomplish this:
I'd like the following functionality:
Perhaps at some point we'd like mechanisms for filtering users' views of presence when some sort of user groups functionality lands. But I'd be happy if an initial version provided query/list/event functionality.
The text was updated successfully, but these errors were encountered: