Can someone explain the difference between GCM and Google Pub/Sub

后端 未结 3 1474
情书的邮戳
情书的邮戳 2021-01-11 14:03

Google did answer the question here

https://cloud.google.com/pubsub/faq

But I\'m still unclear on which scenarios would each be used for?

Is there

3条回答
  •  没有蜡笔的小新
    2021-01-11 14:35

    Google Pub/Sub is the equivalent of the traditional SOA Enterprise Service Bus for message management whereas GCM/Firebase is more for notification services (for eg notifications to mobile). The primary intent of Google Pub/Sub is for server to server messages but can also be used for notifications services that GCM was intended for, sort of like a super set of GCM.

提交回复
热议问题