This demo shows how FME Server can wait for and react to real time edits using WebSockets.
The left map is the editing application and the right map the view only application. Make edits in the map on the left and instantly see the edits on the map on the right. Note we are not just updating the features directly using JavaScript, a call is going back to the server to update the database and then the updated features are streamed back from the server.