mechio / takana-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Takana Browser Client

Build Status npm version Dependency Status devDependency Status

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.

About

License:MIT License


Languages

Language:JavaScript 55.4%Language:CoffeeScript 44.0%Language:Shell 0.6%Language:CSS 0.0%