Skip to content

cunyat/playing-with-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is only a proof of concept about handling gRPC requests dynamically. For example for building gRPC mocks, gateways...

To test it, you need to generate a description file for your proto file, and pass the generated filename as argument:

protoc --descriptor_set_out=player.pb player.proto
go run main.go player.pb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages