Skip to content

cuongtd1301/demo_grpc_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Init go module before run

go mod init demo-grpc

Generate protoc file

protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative proto/media.proto

Command run server

go run server/main.go

Generate swagger client side

swag init -d client -o client/docs

Command run client

go run client/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages