I want to implement an application where a user receives a notification when some other user has done something. I don't want to user Push Notifications for that, because this information is only relevant, when the application is opened.
I thought of using Server-sent events. According to caniuse EventSource
is not supported on Android lower then 4.3.
Does anyone know something about the support of this cool feature in Phonegap / Cordova? Or a plugin which provides this functionality on Android as well? iOS seems to be no problem.
I'm using Cordova 3.1.
Thanks!