An open source organization to enhance your ABP project development efficiency.
ABP vNext is an open source web application framework for ASP.NET Core. All of EasyAbp organization's work is for ABP vNext framework.
AbpHelper is a tool that help you with developing Abp vNext applications.
-
We provide AbpHelper.GUI to help you use it more visually.
-
You can also use AbpHelper.CLI directly if you are more used to command line.
ABP is a modular application framework. We made a lot of useful and interesting modules, you can install them to your solution easily and use them for free.
Name | Description | Status |
---|---|---|
Forum | An abp forum application module. | |
GiftCard | An abp application module where you can create gift cards and your app user can use them to exchange something. | |
FileUpload | An abp application module that allows users to upload files depending on EasyAbp.Abp.StorageService. | |
PrivateMessaging | An abp application module that allows users to send private messages to each other. | |
InstantMessaging | An abp application module that allows users to chat with each other instantly. | |
SeedingTool | An abp application module to help host/tenants re seed the initial data with background job in launched applications. | |
UniappManagement | 实现uni-app的应用版本管理、整包更新、热更新、差量热更新等功能的Abp应用模块 |
Name | Description | Status |
---|---|---|
Abp.RelatedDtoLoader | An Abp module that help you automatically load related DTO (like ProductDto in OrderDto) under DDD. | |
Abp.UsingLimiter | An Abp module helps you control how often your service is used. | |
Abp.StorageService | An ABP module to realize storage, which helps you upload to the storage and manage the stored data. | |
Abp.Elk | Abp ELK (Elasticsearch + Logstash + Kibana) module. | |
Abp.Workflow | Abp workflow module. | |
Abp.SignalR | Abp SignalR module. | |
Abp.EventBus.CAP | This is a repository integrated CAP with ABP EventBus. | |
Abp.SettingUi | An ABP module used to manage ABP settings. | |
Abp.WeChat | 专门为 ABP vNext 封装的微信模块,包括微信公众号和微信支付相关接口 | |
Abp.TencentCloud | 专门为 ABP vNext 封装的腾讯云 SDK 模块 | |
Abp.Aliyun | 专门为 ABP vNext 封装的阿里云 SDK 模块 |
UI Framework | Name | Description | Status |
---|---|---|---|
MVC | Easy | EasyAbp's first Abp MVC UI theme module. |
If you want to contribute codes or a new module to EasyAbp organization, please read the Module Development Specification document.