Example gRPC broadcaster
This is an example gRPC broadcaster written with Tonic. It takes a stream of messages, and echoes that back to all known subscribers.
This commit is contained in:
commit
6dc58f998c
11 changed files with 1712 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# SPDX-FileCopyrightText: 2023 Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
/.vscode
|
||||
/target
|
Loading…
Add table
Add a link
Reference in a new issue