<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/categories/grpc" -->

---
title: gRPC | daily.dev Blog
description: 5 posts on grpc from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide.
canonical: https://daily.dev/categories/grpc/
og:type: website
og:url: https://daily.dev/categories/grpc/
og:title: gRPC | daily.dev Blog
og:description: 5 posts on grpc from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide.
og:image: https://daily.dev/og-image.png?v=a830cdf1
og:site_name: daily.dev
og:locale: en_US
twitter:card: summary_large_image
twitter:site: @dailydotdev
twitter:creator: @dailydotdev
twitter:title: gRPC | daily.dev Blog
twitter:description: 5 posts on grpc from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide.
twitter:image: https://daily.dev/og-image.png?v=a830cdf1
---

[Skip to main content ](#main-content) 

Category

#  gRPC 

 5 posts on grpc from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide. 

 5 posts 

* [ May 31, 2021  gRPC service in Node.js: Tutorial, Examples and Best practices gRPC is a new technology here for building APIs to achieve high load time and fast network latency. In this article, we will demonstrate how to build a gRPC-powered API in Nodejs. First, let's learn what gRPC is. ![Chidume Nnamdi](https://media.daily.dev/image/upload/s--RuAlpsCG--/f_auto,q_auto/v1/recruiter-landing/602d24bd34eee18ce2d3878a_my_profile_pic_30b8f699c8?_a=BAMAMiB80) Chidume Nnamdi ](/blog/build-a-grpc-service-in-nodejs/)
* [ May 27, 2021  Build a chat app using gRPC and React In this tutorial, we will demonstrate how to use gRPC by building a chat app. We will describe in detail how you can set up a gRPC service and then communicate with it from a React app. The chat messages sending back and forth will be handled by a gRPC service. Let's see how it's done, but first, let's learn what gRPC is. ![Chidume Nnamdi](https://media.daily.dev/image/upload/s--RuAlpsCG--/f_auto,q_auto/v1/recruiter-landing/602d24bd34eee18ce2d3878a_my_profile_pic_30b8f699c8?_a=BAMAMiB80) Chidume Nnamdi ](/blog/build-a-chat-app-using-grpc-and-reactjs/)
* [ May 24, 2021  gRPC vs. REST: pros and cons and technical comparison So is gRPC better than REST? No, I think you choose the one that your use-case demands. Learn when it's best to use REST and when you should choose gRPC. ![Chidume Nnamdi](https://media.daily.dev/image/upload/s--RuAlpsCG--/f_auto,q_auto/v1/recruiter-landing/602d24bd34eee18ce2d3878a_my_profile_pic_30b8f699c8?_a=BAMAMiB80) Chidume Nnamdi ](/blog/grpc-vs-rest/)
* [ May 20, 2021  gRPC: detailed guide to the core concepts gRPC is a robust open-source high-performance RPC framework released by Google in 2015\. It is a standardized, general-purpose, and cross-platform RPC infrastructure that provides scalability, performance, and functionality to distributed applications. ![Chidume Nnamdi](https://media.daily.dev/image/upload/s--RuAlpsCG--/f_auto,q_auto/v1/recruiter-landing/602d24bd34eee18ce2d3878a_my_profile_pic_30b8f699c8?_a=BAMAMiB80) Chidume Nnamdi ](/blog/introduction-to-grpc/)
* [ Apr 15, 2021  Getting practical in building an API Gateway for gRPC microservices Building API Gateway for gRPC microservices. Rethinking external APIs. ![Konstantin Ostrovsky](https://media.daily.dev/image/upload/s--LhWWz_Nv--/f_auto,q_auto/v1/recruiter-landing/6073f1e0c9dca62b345812de_23_316_180cbabf6d?_a=BAMAMiB80) Konstantin Ostrovsky ](/blog/api-gateway-for-grpc-microservices/)

Showing 5 of 5 posts 

## Get developer news, every new tab. 

Install daily.dev to turn your new-tab page into a personalized feed of articles like the ones in this category. 

[Get daily.dev → ](https://api.daily.dev/get)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/og-image.png?v=a830cdf1","width":1200,"height":630},"sameAs":["https://twitter.com/dailydotdev","https://www.linkedin.com/company/dailydotdev","https://github.com/dailydotdev","https://www.instagram.com/dailydotdev"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","description":"Free, personalized developer news aggregator. Stay on top of software development news, AI coding tools, and web dev - curated daily from trusted sources.","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}},{"@type":"CollectionPage","@id":"https://daily.dev/categories/grpc/#webpage","url":"https://daily.dev/categories/grpc/","name":"gRPC | daily.dev Blog","description":"5 posts on grpc from the daily.dev blog. Curated developer news, deep-dives, and opinion read by millions of developers worldwide.","isPartOf":{"@id":"https://daily.dev/#website"},"potentialAction":{"@type":"ReadAction","target":"https://daily.dev/categories/grpc/"}},{"@type":"ItemList","numberOfItems":5,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/blog/build-a-grpc-service-in-nodejs/","name":"gRPC service in Node.js: Tutorial, Examples and Best practices"},{"@type":"ListItem","position":2,"url":"https://daily.dev/blog/build-a-chat-app-using-grpc-and-reactjs/","name":"Build a chat app using gRPC and React"},{"@type":"ListItem","position":3,"url":"https://daily.dev/blog/grpc-vs-rest/","name":"gRPC vs. REST: pros and cons and technical comparison"},{"@type":"ListItem","position":4,"url":"https://daily.dev/blog/introduction-to-grpc/","name":"gRPC: detailed guide to the core concepts"},{"@type":"ListItem","position":5,"url":"https://daily.dev/blog/api-gateway-for-grpc-microservices/","name":"Getting practical in building an API Gateway for gRPC microservices"}],"@id":"https://daily.dev/categories/grpc/#itemlist"},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://daily.dev/blog/"},{"@type":"ListItem","position":3,"name":"gRPC","item":"https://daily.dev/categories/grpc/"}]}]}
```

