Base solution for your next web application
Open Closed

Signal R integration #2495


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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>.