Hi Guys we already implement the chat modulo with are conditions:
ABP Framework version: v7.2.2
UI type: Angular
DB provider: EF Core
Tiered (MVC) or Auth Server Separated (Angular): yes
For we is very important can grow up the functionalities. we have the questions:
Is it possible that the chat module works with azure signarlr, if so can you give me an example?
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?
7 Answer(s)
-
0
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.
-
0
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?
-
0
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
-
0
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?
-
0
Hi,
for communicating between microservices you may refer this -> https://docs.abp.io/en/commercial/latest/startup-templates/microservice/interservice-communication
-
0
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.
-
0
You may check this https://docs.abp.io/en/commercial/latest/modules/chat#configuration for chat module configuration.