grpc-devtool.github.io

Public website for grpc-devtool project.

View on GitHub

Virtualizing gRPC Service

Install devtool

Install the npm cli tool. Make sure npm module in on system path by running a command.

Initialize project

Check created grpc.yaml

Check created mappings.yaml and default repsonses

Configure app to use devtool server

Record gRPC interactions

Map recorded files

Run service against devtool server

Thats it ! Now our app is running against fixed data. Check out the streaming API. It returns the same set of elements circularily.