Hi,
please check this https://docs.abp.io/en/abp/2.5/Customizing-Application-Modules-Extending-Entities#subscribing-to-local-events if found helpful. Also have look to this https://volosoft.com/blog/RealTime-Messaging-Distributed-Architecture-Abp-SingalR-RabbitMQ
regards,
Hi, Using SignalR, I can send messages from a client to client ,but not Server to client. How can we send from Server to Client ? Is it needed a connection from server side? Is there any sample code to sent message from server to client?
Please add all the
Volo.CmsKit.Pro.Public.*
packages
- Volo.CmsKit.Pro.Public.Web
- Volo.CmsKit.Pro.Public.Application
- Volo.CmsKit.Pro.Public.HttpApi
Thank you liangshiwei.
Hi Vipinthachinari,
You can achieve the requirement of updating the data of a widget whenever an API call occurs (or an entity change), by using the built-in event bus mechanism. You may refer this https://docs.abp.io/en/abp/latest/Local-Event-Bus for event-bus implementation
regards, Anjali
Hi Anjali, I have developed an application with a local event bus to handle entity change events on the server side. Now, I'm looking to understand how to subscribe to and consume these events from the client side.Or whether it's possible to use these events to trigger a refresh URL or update widget data?
https://docs.abp.io/en/abp/latest/UI/AspNetCore/Widgets#refreshurl
Hi Anjali, Actually my requirement is, Whenever an API call occurs (or an entity change), I need to update the data of a widget accordingly. Is it possible with this?
Volo.CmsKit.Pro.Public.
Hi, I installed the "Volo.CmsKit.Pro.Public.Web" and "Volo.CmsKit.Pro.Public.HttpApi" packages and created a new page called "waiting-display." I assigned it as the root menu to this page using the URL "https://localhost:44369/pages/waiting-display," but it's not accessible and shows the error message "This localhost page can't be found.Is there anything I was missed?
Hi, But it's not coming after Volo.CmsKit.Pro.Public installation, Is any other package missed?
You can add a public project if you want.
HI, Without public website can I view this CMS Pages,Poll,Blogs and Newsletters?
Volo.CmsKit.Pro.Public
Hi,
Is it need a public website for this application as in multi-layered app?
Volo.CmsKit.Pro.Public. Hi, I installed the "Volo.CmsKit.Pro.Public.Web" and "Volo.CmsKit.Pro.Public.HttpApi" packages and created a new page called "waiting-display." I assigned it as the root menu to this page using the URL "https://localhost:44369/pages/waiting-display," but it's not accessible and shows the error message "This localhost page can't be found.Is there anything I was missed?
Hi,
Could you please create a new ticket for this?
And please explain in detail. thanks.
Hi, Certainly, Another issue we've encountered with the CMS kit and Single Layer application is that it's not displaying menus, pages, blogs, and polls views for the public. How can this be resolved? Does it require a public website? Can a single-layer application support public pages, as in a multi-layered app?