GithubHelp home page GithubHelp logo

isabella232 / autobahn-js-browser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crossbario/autobahn-js-browser

0.0 0.0 0.0 11.36 MB

Browser release builds of AutobahnJS

Home Page: https://github.com/crossbario/autobahn-js

JavaScript 100.00% Makefile 0.01%

autobahn-js-browser's Introduction

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

autobahn-js-browser's People

Contributors

markope avatar oberstet avatar om26er avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.