I've got valid GeoJSON being created by a PHP script which I can pull into a browser via WebSockets.
However, I cannot see how to configure leaflet-realtime to use it. I've set start:false, have defined the url as ws://127.0.0.1:12345/replay.php and have removed the interval option as suggested in the readme but it's not pulling my feed.
Could you provide a simple example of how to configure leaflet-realtime to pull data from a web socket ?