I have got a GCM Client app and a GCM CCS XMPP server running in my pc.
The GCM XMPP Server is based on the Sample GCM XMPP Server provided by google.
I can run the server from eclipse by running the server.java file but I want to know how can I run the server file 24x7.
Do I need to host the server file somewhere and can I run the server on a hosting website?
I've searched stack overflow about this but most of the questions doesn't have any answer or they are off-topic.
I need to host and run the GCM XMPP Server file 24x7 somewhere and I don't know how to do it.
Also, is there any other way I can run the server file outside eclipse?