Leaflet OpenLayers – Updating Location Via Data Stream Using Leaflet

leafletopenlayers

I'm developing a application where I need to real-time update a location of a map using a data stream. I'm planning to use web-sockets and Leaflet.

Are there any guides I can follow or can you direct me in the correct path?

Best Answer

Here is a post I have written regarding how to achieve this, I have covered many things including web-sockets here.

http://yasassriratnayake.blogspot.com/2014/09/developping-web-bases-realtime-updating.html

Related Question