let say my other device publishes messages every 10ms (trying to show a real time graph in mobile app) sending at slower rate i.e every 1s instead of 10ms would result to wrong output.
Are there any other free services where in I can pub/sub messages just like in Ably and PubNub? Both supports Xamarin and ESP8266 (by support I mean, i can easily integrate it, was able to use both/tested), I'm merely sending values such as "140" "300" "200" etc. 1 by 1
Using this service because the ESP and the mobile app are in different locations (far locations)
In Ably it has a message rate limit of 35 messages/second, in PubNub there is no specific limit, however it does not have a guarantee on message ordering.
Can I use mosquitto for this? or are there any workaround for this?