Hello, I am currently exploring the capabilities of FME Server and I am trying to do a web map application that show the latest earthquakes using the USGS API: https://earthquake.usgs.gov/fdsnws/event/1/ I have already set up a workspace that gets the information and organize it spatially, so I may think that the next step is to publish that workspace to FME Server and schedule a job every minute or something (for example) but now to visualize that changes in a web interface I have think that I will need send a JSON using a websocket sender transformer and configure my web app to get that websocket and utilize it to display the location of the earthquake? What do you think about that workflow? Do you ever try to do something similar? Please point me out in the right direction.
Thanks.