REST push subscriptions

Thanks for the example, that is what I’m looking to do. It’s a little over my head right now since I’m still learning Javascript but I’m hoping I can dig through it and get some understanding of how it all works. I’m basically just looking for a way to subscribe to changes to the /rest/events updates and parse them. So I’m gonna keep digging through your example and the HABpanel code and try to put together what’s happening.

I think where my understanding is limited right now is that I don’t know how to subscribe to things like that in JavaScript yet, so that’s where I need to learn. Is there a term I can search for on Google that would help me learn these things or become a better JavaScript programmer? I’ve learned quote a lot but there are still some symbols and things I don’t quite understand what they mean.

Thanks again!