This is the browser client for takana. It needs to be included inside your <head>
tag of any page that you want to live update:
<script type="text/javascript" src="http://localhost:48626/takana.js"></script>
<script type="text/javascript">
takanaClient.run({
host: 'localhost:48626' // optional, defaults to localhost:48626
});
</script>
For more information about takana, please refer to the takana repository.