Introduction
An introduction to FauxRPC, a powerful tool for generating fake implementations of gRPC, gRPC-Web, …
Workflow
Learn how FauxRPC can accelerate your development workflow by enabling parallel development and …
Install
Instructions for installing FauxRPC using pre-built binaries, Docker, or from source.
Inputs
Learn about the versatile ways to provide input to FauxRPC, including Protobuf files, descriptor …
Client
Tools for interacting with FauxRPC and other gRPC services.
Server
Learn how to use the FauxRPC server for testing and development.
Faking Data
Understand how FauxRPC generates fake data for your protobuf messages and how to improve it with …
fauxrpc generate
A guide to the fauxrpc generate command, which allows you to generate fake data for your Protobuf …
Testcontainers
Simplify your gRPC testing by using FauxRPC with Testcontainers for lightweight, isolated …
Protovalidate
Discover how FauxRPC leverages protovalidate annotations to generate more realistic and contextually …
Go Library
Learn how to use FauxRPC as a Go library to generate fake data for your protobuf messages.