i've done a push notification server on nodejs with socket.io and i have some 
actions like

socket.on("message",processMessage);

and inside my processMessage function i 've done

socket.in("room").emit("sendData");

my question: 

i've read that simple push doesnt allow to send messages to push server... 

so how i can implement my simple push on firefox os to communicate with my 
nodejs server

also my app needs to access contact api, and to access my server i have to make 
a
<script src="remoteUrlOfMySocktio.js"></script> line 


any ideas?
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to