Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

github.com/suradidchao/my-grpc

Package Overview
Dependencies
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/suradidchao/my-grpc

Source
Go Modules
Version
v0.0.0-20210615073957-31a376d1d74f
Version published
Created
Source

My gRPC

Compile protobuf

protoc --go-grpc_out=. --go_out=. <path-to-proto-file>/<file-name>.proto

Run testing UI

grpcui -plaintext 127.0.0.1:9000

Run gRPC Server

cd server
go run main.go

Run gRPC Client

cd client
go run client.go

FAQs

Package last updated on 15 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts