Do you have a sample or project using notification and signalIR to share ? i have read the document but not sure where to start first.
Thx for sharing.
3 Answer(s)
-
0
Hi,
Our module zero template has a sample of this <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero-template">https://github.com/aspnetboilerplate/mo ... o-template</a>. You can create a sample project here <a class="postlink" href="http://aspnetboilerplate.com/Templates">http://aspnetboilerplate.com/Templates</a>. Don't forget to chooseInclude module zero?
-
0
I have look into the sample but doesn't see any notification or signalIR code.
Please advice.
-
0
Hi,
Some part of codes are located in ABP framework, Please check <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/f10fa5205c780bcc27adfe38aaae631f412eb7df/src/Abp.Web.SignalR/Web/SignalR/Notifications/SignalRRealTimeNotifier.cs">https://github.com/aspnetboilerplate/as ... otifier.cs</a> <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/f10fa5205c780bcc27adfe38aaae631f412eb7df/src/Abp.Web.SignalR/Web/SignalR/Hubs/AbpCommonHub.cs">https://github.com/aspnetboilerplate/as ... mmonHub.cs</a>
Then, in module zero template you can check these parts <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero-template/blob/ea3dc6535f67bf7092afc4c634b8810b6133c064/src/AbpCompanyName.AbpProjectName.WebMpa/Abp/Framework/scripts/libs/abp.signalr.js">https://github.com/aspnetboilerplate/mo ... signalr.js</a> <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero-template/blob/ea3dc6535f67bf7092afc4c634b8810b6133c064/src/AbpCompanyName.AbpProjectName.WebMpa/js/main.js">https://github.com/aspnetboilerplate/mo ... js/main.js</a>
Please don't hesitate to ask if you have any questions.