hungdalat / htmljs

HTML render engine and data binding (MVVM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTMLjs is a JavaScript MVVM (a modern variant of MVC) framework that makes it easier to create rich, desktop-like user interfaces with JavaScript. It uses HTML.data to make your UI automatically stay in sync with an underlying data model, along with validation, custom controls, dynamic script loading to enable productive development. This framework is similar to Knockoutjs, actually it's inspired by Knockoutjs but many times faster than Knockout, maybe it's the fastest MVVM framework ever because it only uses pure javascript code, no thing such as template.

##Install ###Nuget PM> Install-Package HtmlJs ###Bower $> bower install htmljs

##Getting started http://nhanfu.github.io/htmljs/api/index.html

##License

MIT license - http://www.opensource.org/licenses/mit-license.php

About

HTML render engine and data binding (MVVM)

License:MIT License


Languages

Language:JavaScript 95.4%Language:CSS 2.8%Language:HTML 1.8%