https://github.com/donnyep/puremvc
使用标准事件模型对PureMVC中的observer替换的版本,简单易用。底层使用.NetStandard2.0,支持.NetFramework与.NetCore项目。
https://github.com/donnyep/puremvc
mvc-architecture puremvc
Last synced: 7 months ago
JSON representation
使用标准事件模型对PureMVC中的observer替换的版本,简单易用。底层使用.NetStandard2.0,支持.NetFramework与.NetCore项目。
- Host: GitHub
- URL: https://github.com/donnyep/puremvc
- Owner: DonnYep
- License: mit
- Created: 2021-08-21T02:33:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T01:24:08.000Z (over 1 year ago)
- Last Synced: 2023-12-14T02:48:12.360Z (over 1 year ago)
- Topics: mvc-architecture, puremvc
- Language: C#
- Homepage:
- Size: 163 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/DonnYep/PureMVC/blob/main/LICENSE)
# PureMVC- 此PureMVC库使用Action委托对PureMVC中的observer进行替换,并进行简易化改造。支持反射注册各个代理对象,线程安全。
- PureMVC c#版地址:https://github.com/PureMVC/puremvc-csharp-multicore-framework
- 使用.Net Standard 2.0 框架,支持使用.Net Framework、.Net Core 的项目。

## Library link
- CosmosFramework:https://github.com/DonnYep/CosmosFramework