In which layer do socket/signalR and CronJob/Quartz should be in ? #1119
Closed
Nizar-Almshantaf
started this conversation in
General
Replies: 1 comment 3 replies
-
For ASP.NET Core, I would implement SignalR within the Web project and have it interact with use cases (commands / queries) inside the Application layer. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering is there a version of this template with Socket/signalR and cronJob/quartz implementation? if not where should the implementation goes ? for example when coding a connectionHub in signalR in which layer should reside ?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions