NimaAra / Easy.MessageHub

No need for .NET Events! A thread-safe, high performance & easy to use cross platform implementation of the Event Aggregator Pattern.
MIT License
258 stars 41 forks source link

How to setup one Server with Many cleints between ASP Core web and .net Console service #17

Closed weedkiller closed 4 years ago

weedkiller commented 4 years ago

Hi, how do I set this up with one ASP Core site (which acts the main hub) and several services and console apps that run as cleints.

I need to ne able exchange commanfs and heart neat

NimaAra commented 4 years ago

Hi,

This library is an in-process event aggregator. It seems to me you need a different approach for what you are trying to achieve e.g. SignalR or GRPC.