0
okeziestanley created
Hi guys, who has implemented signalr in abp. My question is should I implement it on the web layer or the application application layer. In my project, I want to raise an event in the Core layer, handle it in the application layer and notify the user. Thanks
1 Answer(s)
-
0
Hi,
It is better to implement it in the web layer. You can read more about signalR integration here <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/SignalR-Integration">http://aspnetboilerplate.com/Pages/Docu ... ntegration</a>.