Skip to content

MarcosDias/tutorial-grpc-rest-api-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tutorial-grpc-rest-api-go

Running tutorial in create api rest over grpc out of the box

Based in:

Out last version:

Client:

$ grpcurl -plaintext -d '{"name": "foo", "price": 10.20}'  localhost:8081 product.v1.ProductService/AddProduct
{
  "productId": "3f4fbf05-e83e-42e3-b832-48c7e5ae5195"
}

Server:

$ make runcomplete
2024/03/18 01:43:06 http[200]-- 630.728µs -- /api/v1/list

About

Running tutorial in create api rest over grpc out of the box

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published