Knockout is available on most JavaScript platforms, or as a standalone script.
Include as a script
You can download the script from it's download page, then include it in your page with a standard script tag
<script type='text/javascript' src='knockout-3.4.0.js'></script>
Using a C...