<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>GRPC :: Tag</title><link>https://viogami.github.io/blog/tags/grpc/index.html</link><description/><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 24 Mar 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://viogami.github.io/blog/tags/grpc/index.xml" rel="self" type="application/rss+xml"/><item><title>php使用grpc服务(从0开始，并且包含mapfield文件解释)</title><link>https://viogami.github.io/blog/web/grpc-php/index.html</link><pubDate>Sun, 24 Mar 2024 00:00:00 +0000</pubDate><guid>https://viogami.github.io/blog/web/grpc-php/index.html</guid><description>grpc是Google 开发的高性能、开源的远程过程调用（RPC）框架，基于 HTTP/2 协议进行通信，使用 Protocol Buffers（protobuf）作为接口定义语言，可以看为一种协议。grpc可以用于各种不同服务间的通信，屏蔽底层细节(如编程语言，操作系统等)</description></item><item><title>使用grpc在go后端和python服务间通信</title><link>https://viogami.github.io/blog/web/grpc-go-python/index.html</link><pubDate>Thu, 21 Mar 2024 00:00:00 +0000</pubDate><guid>https://viogami.github.io/blog/web/grpc-go-python/index.html</guid><description>gRPC是Google 开发的高性能、开源的远程过程调用（RPC）框架，基于 HTTP/2 协议进行通信，使用 Protocol Buffers（protobuf）作为接口定义语言，可以看为一种协议。grpc可以用于各种不同服务间的通信，屏蔽底层细节(如编程语言，操作系统等)</description></item></channel></rss>