luads / autobahn-js-built

Built artifacts for AutobahnJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutobahnJS "Built"

This repository contains the built and released browser versions of AutobahnJS ready for use in your project.

Usage

Copy the autobahn.min.js file to your Web server. Done.

You can also use the autobahn.min.jgz compressed version, but then need to make sure your Web server sets the required HTTP headers on responses delivering the file to a browser:

Content-Type: application/javascript
Content-Encoding: gzip

Using with Bower

Install with bower:

bower install autobahn

Add a <script> tag to your index.html:

<script src="/bower_components/autobahnjs/autobahn.min.js"></script>

To list available versions of AutobahnJS:

bower info autobahn

About

Built artifacts for AutobahnJS

License:MIT License


Languages

Language:JavaScript 100.0%