Skip to content

aweimeow/grpc-gateway-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-gateway-example

Run server by following command

The gRPC server listens on tcp port 50050, and Http reverse proxy server listens on tcp port 8080.

go run main.go server.go struct.go

Test functionality

curl -X POST localhost:8080/employee/create -d '{"Name": "William", "Age": 24}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages