jbogard / MediatR

Simple, unambitious mediator implementation in .NET
Apache License 2.0
11.1k stars 1.18k forks source link

Two tier example #391

Closed cveld closed 5 years ago

cveld commented 5 years ago

Can you point us to a nice example of a two tier set-up?

I.e. the webapi just does a request to MediatR and the boilerplate does the call to the actual service using WCF or gRPC. The actual service on another node picks up the request, does the processing and responds back the result.

jbogard commented 5 years ago

I don't have one, sorry!