<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jikai Zhang</title>
    <description>The latest articles on DEV Community by Jikai Zhang (@zhangjikai).</description>
    <link>https://dev.to/zhangjikai</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F126296%2F4b96c2bb-639b-4355-9b8c-84d289f3620d.png</url>
      <title>DEV Community: Jikai Zhang</title>
      <link>https://dev.to/zhangjikai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zhangjikai"/>
    <language>en</language>
    <item>
      <title>Debugging gRPC service using swagger.</title>
      <dc:creator>Jikai Zhang</dc:creator>
      <pubDate>Sun, 06 Jan 2019 03:09:32 +0000</pubDate>
      <link>https://dev.to/zhangjikai/debugging-grpc-service-using-swagger-ui-1i0j</link>
      <guid>https://dev.to/zhangjikai/debugging-grpc-service-using-swagger-ui-1i0j</guid>
      <description>&lt;h2&gt;
  
  
  What is gRPC-swagger
&lt;/h2&gt;

&lt;p&gt;gRPC-swagger is a &lt;a href="https://github.com/grpc/"&gt;gRPC&lt;/a&gt; debuggling tool developed based on &lt;a href="https://github.com/grpc/grpc/blob/master/doc/server-reflection.md"&gt;gRPC reflection&lt;/a&gt;. It can be used to list and call gRPC methods using &lt;a href="https://github.com/swagger-api/swagger-ui"&gt;swagger-ui&lt;/a&gt; conveniently. As gRPC-swagger is based on gRPC reflection, you only need to enable reflection feature when starting the service and no need modifying proto files and related code implementations. &lt;/p&gt;

&lt;h2&gt;
  
  
  Feature List
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Easy to use, just need enable reflection when starting the service, without modifying protos and related implementations.&lt;/li&gt;
&lt;li&gt;Integrated with swagger-ui, you can see the definitions of gRPC methods and parameters conveniently.&lt;/li&gt;
&lt;li&gt;Simple to call gRPC method.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Screenshots
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--TiH59rIS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/zst3t00cthsi862syhu6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TiH59rIS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/zst3t00cthsi862syhu6.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--smlaX2wQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/cyqn9ytqndqjjo210gpr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--smlaX2wQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/cyqn9ytqndqjjo210gpr.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Live Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="http://ui.grpcs.top"&gt;demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can visit our &lt;a href="https://github.com/grpc-swagger/grpc-swagger"&gt;github project&lt;/a&gt; for more details.&lt;/p&gt;

</description>
      <category>grpc</category>
      <category>swagger</category>
      <category>openapi</category>
    </item>
  </channel>
</rss>
