这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

646 B

LINGYUN.Abp.IM.SignalR

Instant messaging module implemented based on SignalR.

Features

  • Message sender provider implemented with SignalR
  • Integration with ABP SignalR module
  • Multi-language support

Dependencies

Installation

  1. First, install the LINGYUN.Abp.IM.SignalR package to your project:
dotnet add package LINGYUN.Abp.IM.SignalR
  1. Add AbpIMSignalRModule to your module's dependency list:
[DependsOn(typeof(AbpIMSignalRModule))]
public class YourModule : AbpModule
{
}

More

中文文档