An open API service indexing awesome lists of open source software.

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项目。

Awesome Lists containing this project

README

        

[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](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 的项目。

![PureMVC](https://github.com/DonnYep/PureMVC/blob/main/Pic/PureMVC.png)

## Library link

- CosmosFramework:https://github.com/DonnYep/CosmosFramework