Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit e3f121b

Browse files
committed
docs: Mention bi-directional streaming
1 parent 34bea48 commit e3f121b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Backend for an example chat application using the `go-app` package and gRPC over
66

77
## Overview
88

9-
`go-app-grpc-chat-backend` is a short example showing the use of the [go-app](https://github.com/maxence-charriere/go-app) package and [gRPC](https://grpc.io/). This is the backend, which echoes messages back to the frontend and add's the server's timestamp to them.
9+
`go-app-grpc-chat-backend` is a short example showing the use of the [go-app](https://github.com/maxence-charriere/go-app) package and [gRPC](https://grpc.io/). This server uses gRPC bi-directional streaming to publish/subscribe chat messages to all clients.
1010

1111
## Installation
1212

0 commit comments

Comments
 (0)