Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```