I made some apps with live locations like whatsapp does. I tried it with websockets and now, I made it with cloudKVS. With cloudKVS, the clients sends the data every 750ms to the server. That runs without problems and very smooth, but i don't tested it with more than 15 devices. Did somebody had some experiences with such a soltuion up to 100 or 150 devices? Perhaps there are other soltuions for that. Thanks for every experience...
Thanks, Erel.
I don't want to track the way of the device. It is important to know the current location of device with low latency. The clients refreshes the users every second and with an sending intervall of 750ms, it is a very smooth solition and the users don't have to check the device from time to time...It runs the whole time without checking a server connection...
I made an other solution with websockets, but it is not so reliable. The device sometimes looses the server connection.