I was checking our webhook and now I saw that they...
# announcements
r
I was checking our webhook and now I saw that they are “replaced” by sdks but when I check the docs looks like we still have webhooks but the sdk webhook is deprecated. So what should we do exactly? I imagine we still need a webhook to get the updated values from features that were changed in the cloud but does the sdks also provide that?
f
The SDKs now support real time updates via SSE
r
Never used those, I will have to try out to understand it better. So basically we should just replace the webhooks with the SDKs then?
@fresh-football-47124 or @future-teacher-7046 I do not think I fully understand this here. I already have @growthbook/growthbook installed and working for both our client and server applications. So how can I replace the webhooks (only used for server application)?
Is this now what it says there as Streaming updated which is a premium feature only?
@fresh-football-47124 is there a method that new sdk provides which I can listen to see when the autoRefresh works? I think I understand how it works now but I had to look into the library code.