Tag

gob serialization

0 views collected around this technical thread.

360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 15, 2019 · Backend Development

Build a Simple Go RPC Framework in 300 Lines – Learn the Basics

This article walks through creating a lightweight RPC framework in Go, covering the definition of RPC, TLV data encoding, gob serialization, transport handling, server and client implementation, and a complete test example to illustrate core remote‑call concepts.

Backend DevelopmentGoTLV
0 likes · 11 min read
Build a Simple Go RPC Framework in 300 Lines – Learn the Basics