Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/koreezgames/puremvc-js

PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern
https://github.com/koreezgames/puremvc-js

game-development gamedev javascript multicore mvc mvc-architecture puremvc typescript

Last synced: 3 months ago
JSON representation

PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern

Awesome Lists containing this project

README

        

# puremvc-js

[![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/koreezgames/puremvc-js/blob/master/LICENSE)
[![Build Status](https://secure.travis-ci.org/koreezgames/puremvc-js.svg?branch=master)](https://travis-ci.org/koreezgames/puremvc-js)
[![npm version](https://badge.fury.io/js/%40koreez%2Fpure-mvc.svg)](https://badge.fury.io/js/%40koreez%2Fpure-mvc)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

## [PureMVC](http://puremvc.github.com/) JavaScript MultiCore Framework

PureMVC is a lightweight framework for creating applications based upon the classic [Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) design meta-pattern. This is a JavaScript port of the [AS3 reference implementation of the MultiCore Version](https://github.com/PureMVC/puremvc-as3-multicore-framework/wiki).

## License

[MIT](LICENSE)