-
Notifications
You must be signed in to change notification settings - Fork 20
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
Figure out an alert and notification system #27
Comments
Pub sub will be very useful here. We could probably bite the bullet and try a preliminary "very alpha"
|
Yeah that could be veeery useful! Ihad to implement IPNS polling but on 0.3 it works very bad because the response times from go-ipfs are huge. I also have another problem currently which is user discovery, it works more or less but it's not good enough, also I need to resolve every single IPNS address of every possible user to get his data and that's very slow atm. I think it's probably going to be a lot better on 0.4 but I won't migrate my API until the files api is in place in js-ipfs-api The issue at hand though is an interface to show notification (temporary or permanent). Temporary could be an error message or "settings saved" "post published" message, and permanent would be like github and facebook's notifications. I paused this because I wanted to dedicate the next few days to other more important issues |
yeah pub/sub will do it. I'll lift it up in my priorities. On Thu, Nov 19, 2015 at 1:57 AM Enrico Fasoli [email protected]
|
The best thing would be the ability to listen to ipns update events, of every node. I'm scared about scalability of this approach though... what if there's a million nodes with hundreds of them updating every few seconds? |
No description provided.
The text was updated successfully, but these errors were encountered: