Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ugate/thymus

MQV (Model Query View) framework that aims to accelerate and simplify web development
https://github.com/ugate/thymus

Last synced: 9 days ago
JSON representation

MQV (Model Query View) framework that aims to accelerate and simplify web development

Awesome Lists containing this project

README

        

#

[![NPM version](https://badge.fury.io/js/thymus.png)](http://badge.fury.io/js/thymus) [![Build Status](https://travis-ci.org/ugate/thymus.png?branch=master)](https://travis-ci.org/ugate/thymus) [![Coveralls Status](https://coveralls.io/repos/ugate/thymus/badge.png)](https://coveralls.io/r/ugate/thymus) [![devDependency Status](https://david-dm.org/ugate/thymus/dev-status.png)](https://david-dm.org/ugate/thymus#info=devDependencies)

[![Selenium Test Status](https://saucelabs.com/browser-matrix/thymus.svg)](https://saucelabs.com/u/thymus)


thymus.js is a front-end MQV (Model Query View) framework that aims to accelerate and simplify web development.
Instead of applying typical JS-based MVC, MVVM or MVP concepts, thymus.js concentrates its efforts on simplicity and ease of use of
models/routes that are constructed on the fly using standard DOM selectors defined within HTML5+ attributes. Thus, reducing model/controller
redundancy on the client. That translates into a more translucent behavior that does not try force an application into any particular
model/view observatory/binding methodology. In fact, thymus.js can potentially be used without a single line of JavaScript (within an
application)
. This lends itself to templating techniques where a server can provide a relatively infinite number of nested models/views of
various formats (e.g. HTML, XML, JSON, etc.) without being inundated with binding operations and maintaining model state. The possibilities
are limited only by your own imagination, creativity and query capabilities.

See http://ugate.github.io/thymus for
documentation/demos/examples.