Hacker News new | ask | show | jobs
by etxm 1772 days 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...

1 comments

Very cool! I wasn't aware of SSE. This could be very useful for our React SDK as well. Thank you for sharing :)