Explore >> Select a destination


You are here

grpc.io
| | mherman.org
4.9 parsecs away

Travel
| | This tutorial looks at how to implement an API with Node, gRPC, and Postgres.
| | mfbmina.dev
5.6 parsecs away

Travel
| | The first time I heard about RPC, I was in a distributed systems class while completing my bachelor's in computer science. I like it but didn't fully understand why I should use it instead of REST. Time passed, and I started working at a company where the legacy services use SOAP. I remember thinking: "hm, that's cool! It is like RPC but using XML instead! Years later, I heard for the first time about gRPC, but I've never fully understood it until now!
| | www.ardanlabs.com
6.7 parsecs away

Travel
| | Series Index Python and Go: Part I - gRPC Python and Go: Part II - Extending Python With Go Python and Go: Part III - Packaging Python Code Python and Go: Part IV - Using Python in Memory Introduction Like tools, programming languages tend to solve problems they are designed to. You can use a knife to tighten a screw, but it's better to use a screwdriver. Plus there is less chance of you getting hurt in the process.
| | ekhabarov.com
14.5 parsecs away

Travel
| As a first step, we will make a gRPC microservice and pack it into Docker container.