You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Backend for an example chat application using the `go-app` package and gRPC over
6
6
7
7
## Overview
8
8
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.
0 commit comments