This is an example gRPC broadcaster written with Tonic. It takes a stream of messages, and echoes that back to all known subscribers.
8 lines
178 B
TOML
8 lines
178 B
TOML
# SPDX-FileCopyrightText: 2023 Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
[workspace]
|
|
members = [
|
|
"grpc/broadcaster",
|
|
]
|