https://github.com/thesayfulla/grpc-chat-example
Golang gRPC chat example
https://github.com/thesayfulla/grpc-chat-example
chat golang grpc grpc-go
Last synced: 12 months ago
JSON representation
Golang gRPC chat example
- Host: GitHub
- URL: https://github.com/thesayfulla/grpc-chat-example
- Owner: thesayfulla
- Created: 2021-11-07T13:31:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T14:29:56.000Z (over 4 years ago)
- Last Synced: 2025-03-25T13:45:32.047Z (about 1 year ago)
- Topics: chat, golang, grpc, grpc-go
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gRPC Chat Example
Golang simple gRPC chat
## Run Server
```shell
$ go run server/main.go
```
## Connect Client
```shell
$ go run client/main.go localhost:8080 YourName
```