DMediatRNodeTemplate 0.0.1-alpha-5
dotnet new install DMediatRNodeTemplate::0.0.1-alpha-5
DMediatR
DMediatR gRPC server template with a Request1
and a Notification1
class to
be handled either locally in Handler1
or in Handler1Remote
when configured
so.
There is an appsettings.Red.json and an appsettings.Blue.json for two server
instances. These can be started in the Developer PowerShell with ./start Red
or ./start Blue
.
A Request1
message can be sent to such a host e.g. with ./test test =~ PingRedTest.RequestResponseTest
, as described in
Debugging.
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.1-alpha-5 | 0 | 2/7/2025 |
0.0.1-alpha-4 | 38 | 1/13/2025 |
0.0.1-alpha-3 | 54 | 12/17/2024 |
0.0.1-alpha-2 | 81 | 12/12/2024 |
0.0.1-alpha | 52 | 12/1/2024 |
* Linux compatibility (e.g. RuntimeIdentifier linux-arm64)
* Iot sample node that responds to DMediatR requests with its CPU temperature when deployed on a Raspberry Pi
* PerformanceMeter NUnit tests to measure gRPC throughput
* Grpc:MaxMessageSize option to increase the defaults
* Grpc:ResponseCompressionAlgorithm/ResponseCompressionLevel/MessagePackCompression options to enable gzip or lz4
* The inexplicably required development certificates are not handled by DMediatR