Hi to all,
i was wondering which is the best way to exchange data between apps. My scenario is:
- a B4J application that runs on my home system (not on a remote server like a VPS)
- a B4A app that send some data to the b4j app (maybe settings or, anyway, a small amount of text data)
which is the smartest way for the two to communicate in your opinion?
In a local network i find mqtt very useful for example, but over the internet?
Consider that i do not want to expose my system on the Internet (no port forwarding).
i was wondering which is the best way to exchange data between apps. My scenario is:
- a B4J application that runs on my home system (not on a remote server like a VPS)
- a B4A app that send some data to the b4j app (maybe settings or, anyway, a small amount of text data)
which is the smartest way for the two to communicate in your opinion?
In a local network i find mqtt very useful for example, but over the internet?
Consider that i do not want to expose my system on the Internet (no port forwarding).