Alvaro Lealterminalprogrammer.hashnode.dev·Sep 23, 2023How to use gRPC in GoIn the realm of modern distributed systems, efficient and reliable communication between microservices is crucial. Traditional protocols like REST have served well, but as systems grow in complexity and demand real-time communication, gRPC emerges as...Discuss·28 readsGo Language
Oluwatosin Oghenewaire Thompsongoninja.hashnode.dev·Aug 11, 2023Unleashing the Power of Protobuf: Efficient Serialization and Data Handling Made SimpleProtobuf Protobuf is a language-neutral, platform-neutral, extensible mechanism for serializing structured data. It is similar to XML, but it is smaller, faster, and simpler. Protobuf can be used to serialize data objects into a stream of bytes, whic...Discuss·1 like·32 readsgolang
youssef sheblyoussefshebl.hashnode.dev·Jul 31, 2023what is gRPC, and how work, what is protocol buffers, and how it work?🔁 gRPC-nodejs 📌 what is gRPC? gRPC is a modern, open-source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently and simplifies the building of conne...DiscussNode.js
Leel Vinodleelvinod.hashnode.dev·Jul 22, 2023Exploring Communication Methods: A Comparative Analysis of Microservices and Monolithic SystemsLet's consider a Stock Exchange System Sign up: Ensuring successful user registration. Buy/Sell transaction: Monitoring successful stock transactions. Market Data: Observing real-time data transmission for stock market fluctuations. Profit Loss R...Discuss·10 likes·83 readsHLDhld
Mridul Gangamg.hashnode.dev·Jul 22, 2023gRPC Quickstart using GolangWhat is gRPC? gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authenti...Discuss·29 readsgolang
Divij Sehgaldivijsehgal.hashnode.dev·Jul 17, 2023Choosing the Right API Framework: Comparing tRPC, gRPC, GraphQL, and RESTIntroduction In today's rapidly evolving software development landscape, there are several popular frameworks and protocols available for building APIs. Among these, tRPC, gRPC, GraphQL, and REST have gained significant attention. Each framework has ...DiscussREST API
Khaled Hosseinikhaledhosseini.hashnode.dev·Jul 1, 2023Play Microservices: SchedulerThis is the 3rd part of a series of articles under the name "Play Microservices". Links to other parts: Part 1: Play Microservices: Bird's eye view Part 2: Play Microservices: Authentication Part 3: You are here Part 4: Play Microservices: Email serv...Discuss·38 readsPlay MicroservicesMicroservices
Satish Yadavread.satishyadav.com·Jan 31, 2021Creating a gRPC Microservice and Client in .NET CoreHi, in this tutorial we're going to create agRPC Service and Client using .NET Core. I'm assuming you've already heard about gRPC and want to see some code. In case you haven't, here's an excerpt from Microsoft Docs: What is gRPC? gRPC is a modern, ...Discuss·110 readsgRPC
Maheshwar Ligadefortechwastitechwasti.com·Jun 15, 202325 gRPC interview questions and answers for developers!What is gRPC? gRPC is an open-source framework developed by Google that enables efficient communication between distributed systems by providing a language-agnostic, high-performance Remote Procedure Call (RPC) mechanism. What are the advantages of...Discuss·156 readsgRPC
Maheshwar Ligadefortechwastitechwasti.com·Jun 13, 2023HTTP/2 & gRPC: Empowering High-Performance RPC FrameworksIntroduction: In today's digital landscape, where speed and efficiency are paramount, developers are constantly seeking ways to enhance the performance of their applications. One key area of focus is the remote procedure call (RPC) framework, which e...Discuss·29 readsProgramming Blogs