【发布时间】:2020-08-17 06:34:01
【问题描述】:
我使用 google firestore 作为我的数据库和一个 spring web 服务。我正在使用 com.google.firebase 包来构建数据访问层并查询数据库。
谁能告诉我应用程序和数据库之间的通信底层使用什么协议。是 TCP 还是别的什么?
阿图尔
【问题讨论】:
标签: google-cloud-platform google-cloud-firestore
我使用 google firestore 作为我的数据库和一个 spring web 服务。我正在使用 com.google.firebase 包来构建数据访问层并查询数据库。
谁能告诉我应用程序和数据库之间的通信底层使用什么协议。是 TCP 还是别的什么?
阿图尔
【问题讨论】:
标签: google-cloud-platform google-cloud-firestore
它是基于 TCP 的 http。所有 Internet 流量都在 TCP 或 UDP 上运行,但通常在低层传输层之上还有更高的协议。
【讨论】: