autobahn-js-built
v0.11.1
Published
This repository contains the built and released versions of [AutobahnJS](https://github.com/tavendo/AutobahnJS) ready for use in your project. This is a clone of CrossBar's Bower autobahn-js-built project that I've pushed to the npm repo.
Downloads
58
Readme
AutobahnJS "Built"
This repository contains the built and released versions of AutobahnJS ready for use in your project. This is a clone of CrossBar's Bower autobahn-js-built project that I've pushed to the npm repo.
Using with npm
Install with npm:
npm install autobahn-js-built
Add a <script>
tag to your index.html
:
<script src="/node_modules/autobahn-js-built/autobahn.min.js"></script>