Google Cloud Pub/Sub <https://cloud.google.com/pubsub/> makes use of Topics and Subscribers. Publishers <https://cloud.google.com/pubsub/docs/publisher> post messages to a Topic, and the message is either Pushed or Pulled to/by the Subscribers <https://cloud.google.com/pubsub/docs/subscriber> who are subscribed to the Topic. The client Publisher and Subscribers can be run from a web application hosted on Google App Engine and served via the browser, by simply calling the Pub/Sub API using any of the supported languages <https://cloud.google.com/pubsub/docs/reference/libraries>.
-- 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/b5b9ff6f-953f-47c0-a725-cb0e03c417f5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
