If you want to be able to push notifications to the client-side of a web application (JavaScript), use the Channel API: https://cloud.google.com/appengine/docs/java/channel/javascript
If you want to be able to push notifications to the server-side of a web application using webhooks, use Cloud Pub/Sub: https://cloud.google.com/pubsub/overview Finally, If you want to be able to send push notifications to devices (iOS / Android), use GCM: https://developers.google.com/cloud-messaging/ On Sunday, February 28, 2016 at 12:29:00 PM UTC-5, Deepesh Mathuria wrote: > > I just remembered this, could GCM be of any help, actually most of the > articles i read about GCM suggested that it works only for mobile devices, > Is that true? Or can I use it for a website? If it is possible to do so, > please do share from where I can learn how to implement it. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/1aa92e72-9b00-473f-942f-a6bb459ee5ca%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
