I plan to cache objects in Geode. New objects will be added and existing
ones will change. What is the best way to push those objects including
dynamic additions and changes from Geode to a simple web page for
visualization? Do I need to use some long-running websocket connection
between an app server(Tomcat, etc) and the web page? Or can I just use
Geode's REST API to push those changes directly to the client as JSON?
It seems like if I'm willing to have the JavaScript poll the REST API I
could just hit Geode directly from the web page. Thanks for any
suggestions.
-Andrew