XMPP Google Cloud Messaging Server with Node.js

The title is pretty self explanatory. I need to create an XMPP server in Node.js to communicate with google cloud messaging. The XMPP connection should allow me to send messages from the server to the client (android app) and also from the app back to the server without the app requiring a separate socket connection to the server (all messages routed through GCM. Are I in the right direction?

PS If I have not provided enough information, please let me know :)

+3


source to share


1 answer


A simple Google search seems to return that an XMPP server has been created in NodeJS: https://github.com/node-xmpp/node-xmpp-server



Most likely you want to deploy.

+1


source







All Articles