<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gRPC &#8211; Hyrule Monk</title>
	<atom:link href="https://rinoymjoseph.github.io/tag/grpc/feed/" rel="self" type="application/rss+xml" />
	<link>https://rinoymjoseph.github.io/</link>
	<description></description>
	<lastBuildDate>Wed, 09 Aug 2023 13:27:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3</generator>

<image>
	<url>https://rinoymjoseph.github.io/wp-content/uploads/2023/07/iobeez-144px.png</url>
	<title>gRPC &#8211; Hyrule Monk</title>
	<link>https://rinoymjoseph.github.io/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>gRPC server app using Go</title>
		<link>https://rinoymjoseph.github.io/grpc-server-app-using-go/</link>
		
		<dc:creator><![CDATA[rinoy]]></dc:creator>
		<pubDate>Tue, 08 Aug 2023 08:46:47 +0000</pubDate>
				<category><![CDATA[Go]]></category>
		<category><![CDATA[gRPC]]></category>
		<guid isPermaLink="false">https://rinoymjoseph.github.io/?p=597</guid>

					<description><![CDATA[TL;DR The source code is available in https://github.com/rinoymjoseph/learning-go Create a directory Initialize a go project named &#8216;grpc-demo&#8217; Create a directory to place proto file Install protoc-gen-go and protoc-gen-go-grpc. Add GOPATH/bin to path &#160;Generate the gRPC stubs that can be used to implement the service and consume from clients This creates two files in calc folder. ... <a title="gRPC server app using Go" class="read-more" href="https://rinoymjoseph.github.io/grpc-server-app-using-go/" aria-label="More on gRPC server app using Go">Read more</a>]]></description>
		
		
		
			</item>
	</channel>
</rss>
