Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 177 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 177 Bytes

gRPC Chat Example

Golang simple gRPC chat

Run Server

$ go run server/main.go

Connect Client

$ go run client/main.go localhost:8080 YourName