Skip to content

Simple service to study the basics of gRPC with golang.

Notifications You must be signed in to change notification settings

ItaloRFeitosa/go-grpc-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go gRPC Lab

Simple service to study the basics of gRPC with golang. You can:

  • Add Quotes
  • List Quotes

How to install

You need Go v1.18 installed or Docker for easy setup

You can run with go run *.go;

Or build the docker image.

How to use

The grpc server is running on localhost:50051 .

Here's a tutorial of how use Postman to test the server calls: https://medium.com/easyread/testing-your-grpc-using-postman-5167347f26dd

Technologies

  • GO v1.18
  • grpc

About

Simple service to study the basics of gRPC with golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published