Timeline for Should a push hold data or make the receiver trigger an API call?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 7, 2018 at 15:14 | vote | accept | sp00m | ||
| Sep 19, 2017 at 19:42 | history | edited | Christophe | CC BY-SA 3.0 | added 777 characters in body |
| Sep 19, 2017 at 18:53 | comment | added | Laiv | Just one consideration. If you go #2 (API calls after the notification), be sure that your server-side can handle a wave of requests as large as the number of targets of the message. I have seen waves of +30K concurrent requests, doing acknowledge of receipt, knocking down the server. | |
| Sep 19, 2017 at 18:41 | comment | added | Christophe | @sp00m Server Sent Events (W3C - Here a short tuto and another article | |
| Sep 19, 2017 at 18:41 | comment | added | Laiv | I think it's Server Sent Events | |
| Sep 19, 2017 at 18:31 | comment | added | sp00m | Excuse my ignorance, but what is SSE? | |
| Sep 19, 2017 at 17:23 | history | answered | Christophe | CC BY-SA 3.0 |