1.0.3 • Published 10 years ago

takana-client v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Takana Browser Client

Build 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">
  takana.run(
    url: 'ws://localhost:48626'
  )
</script>

For more information about takana, please refer to the takana repository.