Skip to content

adamnasrudin03/go-simple-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-grpc

this simple using grpc with golang

compile proto

    protoc --go_out=paths=source_relative:.  --go-grpc_out=paths=source_relative:. student/student.proto

Running server

    go run server/main.go

Running client

  • new tab terminal and run:
    go run client/main.go
  • or using postman

Releases

No releases published

Packages

No packages published

Languages