Knockout is a JavaScript library that makes it easier to create rich, desktop-like user interfaces with JavaScript and HTML, using observers to make your UI automatically stay in sync with an underlying data model. It works particularly well with the MVVM pattern, offering declarative bindings somewhat like Silverlight but without the browser plugin.
For more details, see
- Online examples at http://knockoutjs.com/
- Introductory tutorial at Steve Sanderson's blog
To build on Linux, run build/build-linux
. To build on Windows, run build\build-windows.bat
.
The .sln
and .csproj
files are provided only for the convenience of developers using Visual Studio. Developers using other editors or IDEs can ignore these two files.