Hi All,
I am trying to plot my real time location data feed on top of my base map. I am not using Geoevent server to create the data feed, I am on the process of creating my own web socket server with node.js which will emit Esri Json data. Please guide us with out using Goevent how can we create the data feed and can populate the data using stream layer on the map.
I am refering this below link
StreamLayer | API Reference | ArcGIS API for JavaScript 3.21
where in 3rd paragraph it is mentioned that
"You may also use your own web socket server, as long as it emits geographic features in the Esri JSON format. " So I believe with out using the Geoevent server we can also pushed the realtime data on the map.
It would be of great help if anyone can guide us how to implement that.