Skip to content

adamo57/grpc-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC-start

Steps For Usage

  1. Start the gRPC Server
    go run server/main.go
  2. Start the HTTP server
    go run main.go
  3. cURL or use a REST client to hit endpoint
    curl -X POST -k localhost:8080/v1/user -d '{"name": "Adam Ouellette", "age": 24, "email": "[email protected]"}'

About

test grpc app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages