Base solution for your next web application
Open Closed

Add SignalR in Module Zero #500


User avatar
0
thobiasxp created

Hi,

I want to Add SignalR in Module Zero for board cast ream time sql data. how to add this in Module Zero. Give a sugggestion for how to integrate signalR in Module Zero. This will help me more. Give a Reply ASAP.

Thanks...


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    Using SignalR within an AspNet Zero project is not much different. Add needed nuget packages, create your Hub and so on...

    Please see these issues: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/300">https://github.com/aspnetboilerplate/as ... issues/300</a> <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/174">https://github.com/aspnetboilerplate/as ... issues/174</a>

    So, implement it normally. If you have problems, write again.