Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ugate/thymus
- Owner: ugate
- License: mit
- Created: 2013-08-21T13:02:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T13:03:21.000Z (over 7 years ago)
- Last Synced: 2024-10-02T06:43:03.785Z (about 1 month ago)
- Language: HTML
- Homepage: http://ugate.github.io/thymus
- Size: 35.9 MB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
See http://ugate.github.io/thymus for
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.
documentation/demos/examples.