InFriendliAIbyFriendliAI Tech & ResearchLevel Up Your Client-Side Interactions with Friendli’s gRPC SupportAlongside HTTP methods, Friendli Engine, your favorite LLM serving engine for generating creative text formats, also offers ways to…Aug 2
Edgar SipkiYou don’t know how to handle errors in proto!In programming, there are always several ways to solve the same problem. But not all of them are equally effective. Today we’ll talk about…Jul 26Jul 26
Maryann GitongaServer-Client Communication using gRPC: with a Real-life ExampleIf you’re looking for a high-performance framework to build APIs that need to manipulate data using numerous functions then gRPC might just…Apr 21, 2023Apr 21, 2023
Piotr PersonaHandy way to test gRPC servicesTL;DR Call gRPC service from a programming language using generated code instead of CLI or GUI.Jul 18Jul 18
InFriendliAIbyFriendliAI Tech & ResearchLevel Up Your Client-Side Interactions with Friendli’s gRPC SupportAlongside HTTP methods, Friendli Engine, your favorite LLM serving engine for generating creative text formats, also offers ways to…Aug 2
Edgar SipkiYou don’t know how to handle errors in proto!In programming, there are always several ways to solve the same problem. But not all of them are equally effective. Today we’ll talk about…Jul 26
Maryann GitongaServer-Client Communication using gRPC: with a Real-life ExampleIf you’re looking for a high-performance framework to build APIs that need to manipulate data using numerous functions then gRPC might just…Apr 21, 2023
Piotr PersonaHandy way to test gRPC servicesTL;DR Call gRPC service from a programming language using generated code instead of CLI or GUI.Jul 18
sudanInternals of gRPC architectureIn this article, we will dive deep into the internals of gRPC architecture. We will discuss how gRPC and Protocol Buffers work together…Apr 16, 20231
Doctor DoWellGolang: Implementing a simple gRPC callIn this article, I demonstrate how to implement a simple gRPC call in Golang by coding through an (albeit contrived) example.May 31
Larbi SahliNext.js Server-side data fetching using gRPCgRPC is a lightweight communication protocol from Google that allows clients and servers to communicate with each other over the Internet…Nov 29, 20222