22.11.1 • Published 1 year ago

autobahn-browser v22.11.1

Weekly downloads
478
License
MIT
Repository
github
Last release
1 year ago

AutobahnJS - Browser build

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


Usage

Using plain

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 npm

The browser version is published to npm under the name autobahn-browser. Install with:

npm install autobahn-browser

Note: the NodeJS version of Autobahn continues to be published under the name autobahn.


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

22.10.1

2 years ago

22.11.1

1 year ago

20.9.2

4 years ago

20.7.2

4 years ago

20.7.1

4 years ago

20.6.1

4 years ago

20.4.1

4 years ago

20.2.2

4 years ago

19.10.1

5 years ago

19.7.3

5 years ago

19.4.1

5 years ago

18.10.2

6 years ago

18.10.1

6 years ago

18.3.2

6 years ago

18.3.1

6 years ago