Hey guys,
We are currently integrating maps into our web application through the Leaflet API. We've gotten a few questions about supporting "live" layers (turns out they are StreamServers). This functionality seems to have more support through the ArcGIS JS SDK, but wondering if there are any recommendations on usage within Leaflet.
Searching around the web, I see some packages like esri-leaflet-stream which seem like wrappers around WebSockets. We could certainly do something similar, but I suppose I'm wondering if there is more official support, or examples.