In android i am developing a for c2dm push-notification.And get idea about push-notification from http://code.google.com/android/c2dm/.And now i need some suggestions for third party application server.what are requirements and configurations for that third party app server.
Can we use windows server as third party app server??which one is better to use linux server or windows server??
Help needed urgently..
Thanks in advance.
Well basically you can take what ever server you like. All you need to do on your application-server is provide an interface to store the device specific C2DM-information like device registration id and send an HTTP-Post on Google’s C2DM Server to trigger a push-notification.
Possible solution:
Windows Server with Apache Tomcat and Server implemented using Java including Servlets to provide an interface for device registration.