Servers
Test1
@trpc-group
A pluggable, high-performance RPC framework written in golang
Overview
What is Test1?
Test1 is the Go language implementation of the tRPC framework, a pluggable, high-performance RPC framework.
How to use Test1?
Refer to the quick start guide and detailed documentation for instructions on installation, configuration, and invocation.
Key features of Test1
- Multiple services can start in a single process, listening on multiple addresses.
- All components are pluggable with default implementations and third-party registration.
- All interfaces support mock testing using gomock and mockgen.
- Supports any third-party protocol by implementing the
codecinterfaces. - Provides the trpc command-line tool for generating code templates.
Use cases of Test1
—
FAQ from Test1
—