This is the reference documentation for fRPCs generated Client and Server. Since fRPC currently only supports the Go programming language, this reference guide is currently only for Go. This guide describes the code generated with theDocumentation Index
Fetch the complete documentation index at: https://frpc.io/llms.txt
Use this file to discover all available pages before exploring further.
protoc-gen-go-frpc plugin, when compiling .proto files with protoc.
Client-side RPC invocations and server-side RPC handlers are meant to be
thread-safe and will be run in concurrent goroutines. You must keep
thread-safety in mind when implementing server-side RPC handlers for fRPC.