0
serdar.genc@talentra.net created
Chat Module document is not very self explanatory for me. I studied the examples. but the examples are in the old version. 2.8.x I wish you could make a video about adding the chat module to an abp mvc project and working. step by step. thanks
- ABP Framework version: v4.2.1
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
3 Answer(s)
-
0
Hi,
I'll check if Chat module documentation is up to date and update it if needed.
-
0
Hi again,
I've run the following commands
abp new Acme.BookStore -t app-pro
This created a solution (Same as yours).
abp add-module Volo.Chat
This added Chat module to the solution.
Then i run the solution, enabled
chat feature
frommanage host features
modal inSaas/Tenants
page, and so Chat system was working.You can do those on ABP Suite as well.
-
0
Yes, I did. Thank you @yekalkan.