Open Closed

the chat module #5523


User avatar
0
nvc_abp_dev1 created

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)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    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.

  • User Avatar
    0
    nvc_abp_dev1 created

    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?

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    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

  • User Avatar
    0
    nvc_abp_dev1 created

    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?

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hi,

    for communicating between microservices you may refer this -> https://docs.abp.io/en/commercial/latest/startup-templates/microservice/interservice-communication

  • User Avatar
    0
    nvc_abp_dev1 created

    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.

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    You may check this https://docs.abp.io/en/commercial/latest/modules/chat#configuration for chat module configuration.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11