Cloud Pub/Sub works only between servers -- it doesn't seem like there's 
server-to-browser push functionality with this, correct?  Also, this is 
explicitly meant for static topic, whereas the old Challen/XMPP stack 
supported ad-hoc and stateless topic/channel selection and a push from 
server to client Javascript.  Seems that Firebase is the only thing that 
covers that aspect of it, though it's stateful and requires knowing when to 
kill off a piece of state so as not to have unbounded growth.  Is that a 
fare assessment?

On Tuesday, November 1, 2016 at 3:39:35 PM UTC-4, Jordan (Cloud Platform 
Support) wrote:
>
> 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/9bac6ce7-bb67-4a4a-84a1-13c04d3ff01e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to