5 ms·
Depending on how much memory the rules take up you could use SSE in the server SDK. I believe that’s how LaunchDarkly works. https://developer.mozilla.org/en-U
by etxm 5y ago
Depending on how much memory the rules take up you could use SSE in the server SDK. I believe that’s how LaunchDarkly works.
https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events https://developer.mozilla.org/en-US/docs/Web/API/Server-sent...
- kkajla 5y agoVery cool! I wasn't aware of SSE. This could be very useful for our React SDK as well. Thank you for sharing :)