I want to create an application through which the user can enter some parameters, and the application will start a background service to perform some tasks based on these settings. I want to run the application and background service only in Simulator (I know that it requires "certified" mode to start the background service, but now I do not think that you are sending the application to the Firefox Marketplace).
Can someone provide me some links or tutorials on how to create and run a background service on the FIrefox OS platform? Can someone explain how to establish a connection between the background service and the application? (I have a search in MDN and google, but no luck).
Also, is there a way for an application (regular application or background service) to listen for notifications from the server? (I am looking for a method in which the application is not pool, but notified by the server).
Thanks Tamas
source share