0.11.1 • Published 7 years ago

autobahn-js-built v0.11.1

Weekly downloads
177
License
-
Repository
-
Last release
7 years ago

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>