Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T14:29:56.000Z (over 3 years ago)
- Last Synced: 2024-06-20T14:27:57.053Z (8 months 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
```