Activities of "nvc_abp_dev1"

Answer

Hi we already have the Signalr set up, since we have the chat working. The question is more if the chat module can be linked to azure signalr and if there is any documentation on the case.

Answer

You have to replace / override a component (ChatIconComponent)chat-icon.component.ts with your custom component (NEW). Which replaces the existing notification functionality / layout with your custom UI.

You may refer this documentation to replace the component ->

https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement?_ga=2.210791958.2040902467.1691473160-1986335516.1691473159

Another question:

I have a microservices architecture and I want to communicate between microservices. I am using some proxies but I can't figure out how to generate an authentication to the microservice I need. Is there any guide to connect microservices through a proxy?

Answer

Hi,

These are the steps to integrate SignalR in the ABP Commercial -> https://docs.abp.io/en/abp/latest/SignalR-Integration,
Need to install Volo.Abp.AspNetCore.SignalR package within your app.

Thank you, I will intently implement and i will comment to result.

And for this situation:

I want to modify the chat module message notification message, they tell me to adjust the component (ChatIconComponent)chat-icon.component.ts but I have not been able to do it. could you give me an example?

angular UI

We are using our gateway, in this case Azure API Management. We configured it with all services and we want to use it as Gateway.

we have some questions:

  1. What do you mean with the comment "// Should be the API gateway"? should it be the project with ocelot?
  2. Could you be more specific with the steps? (how can we do it, the steps for do it, etc.)
  3. Our idea is remove ocelot, can we replace for our API Management configuration?

Thanks in advance

Showing 1 to 5 of 5 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11