Skip to content

saswatamcode/grpc_using_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT Maintenance Ask Me Anything ! made-for-VSCode GitHub forks GitHub stars GitHub issues Open Source Love svg1

gRPC Using Go

A simple demo of a gRPC server using Go.

To Run

  • Clone into repo
  • Run make run

Test RPC using gRPCurl

  • Start gRPC server
  • Run grpcurl -plaintext localhost:9000 list to list all services
  • Run grpcurl -plaintext localhost:9000 describe to describe all services and methods
  • Run grpcurl -d '{"name": "To Kill a Mockingbird", "isbn": 12345}' -plaintext localhost:9000 book.BookService/GetBook

About

A simple demo of a gRPC server using Go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •