|
|
|
|
|
by brongondwana
4518 days ago
|
|
We're using eventsource push - just to say "you need to poll for changes now". I think that's cleaner than trying to push the actual changes. Our actual push does include some extra detail, but the important bit is just "here's a new state that exists on the server - if you haven't already heard of it, you probably should poll for changes now". It's out of band(ish) - because JMAP is connectionless. And because depending on which platform you're using, there might be a nice channel for push notifications already. |
|