I am writing an client side desktop app that will need to receive updates from a server. These updates would be few and far between (possibly 1 a week) but I would like them to be received as quickly as possible.
Is it hard on the battery to "subscribe" to the topic that will provide the updates through WAMP
and let the app run in the background continuously? Would it be more efficient to periodically poll the server using a REST based API?