[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lockout.lua - knockout.js clone in Lua
- From: 임창진(callin) <callin2@...>
- Date: Thu, 8 Mar 2012 18:57:26 +0900
Hmm. i ommit what about lockout.js ^^;
lockout.js implement several feature from knockout.js which is
observer / subscriber / computed .
lockout.lua's most important and powerful feature is "computed" .
In many case there is need to glue code between observer and subscriber .
But "computed" do not need to glue code.
It automatically find dependent observer and manage those observers.
Detail info about "computed" is here (
http://knockoutjs.com/documentation/computedObservables.html )
2012년 3월 8일 오후 6:42, 임창진(callin) <callin2@gmail.com>님의 말:
> knockout.js (http://knockoutjs.com/ ) is MVVM framework for web. It
> offer declarative binding between view(html) and model (json)
>
>
> --
> 임창진(rim.chang.jin)
--
임창진(rim.chang.jin)