Coder Social home page Coder Social logo

autobahnjs's Introduction

AutobahnJS

AutobahnJS is a JavaScript client library that implements The WebSocket Application Messaging Protocol (WAMP):

  • implements WAMP v1, works with any WAMP server
  • provides asynchronous RPC and PubSub messaging patterns
  • easy to use Promise-based API
  • pluggable promises/deferreds: use when.js (built-in), jQuery, Dojo or others
  • flexible, automatic reconnect
  • session authentication (WAMP-CRA)
  • no dependencies
  • tiny size (65kB source, 24kB minified, 7kB compressed)
  • Open-Source (MIT License)

Get it

You can link to the latest prebuilt release hosted on Amazon S3 here

  1. http://autobahn.s3.amazonaws.com/js/autobahn.min.js
  2. http://autobahn.s3.amazonaws.com/js/autobahn.js

What is that?

WebSocket is already built into modern browsers and provides bidirectional low-latency messaging.

However, as such, it is quite low-level. Web apps often have a need for higher level messaging patterns:

  • Publish & Subscribe
  • Remote Procedure Calls

This is where WAMP enters. WAMP runs on top of raw WebSocket and provides asynchronous RPC and PubSub.

Technically, WAMP is a proper WebSocket subprotocol that uses JSON as message serialization format. WAMP was designed to be easy to use and simple to implement.

AutobahnJS implements WAMP in JavaScript to be used in browser based applications.

Where to go

For more information, including getting started, tutorials and reference documentation, please visit the project's homepage.

Get in touch

Get in touch on IRC #autobahn on chat.freenode.net or join the mailing list.

Acknowledgements

AutobahnJS includes code from the following open-source projects

Special thanks to the Coders with an Unhealthy Javascript Obsession for creating when.js - A lightweight Promise and when() implementation, plus other async goodies.

Building

Building AutobahnJS will create a single file, minimized version of the library.

To build, you will need

SCons is a Python based build tool, so you will need Python as well.

Set environment variables:

  1. JAVA_HOME pointing to your Java run-time, e.g.

    C:\Program Files\Java\jre7

  2. adding Python & Python scripts to PATH, e.g.

    C:\Python27;C:\Python27\Scripts;

  3. JS_COMPILER pointing to the Google Closure compiler.jar

    C:\Program Files\Google Closure\compiler.jar

Now clone the repo:

git clone git://github.com/tavendo/AutobahnJS.git

You need to include the submodules (i.e. currenlty when.js):

cd AutobahnJS
git submodule init

and then update them

git submodule update 

Updating CryptoJS needs to be done manually, since they are not on Git.

For a release version, set the appropriate AutobahnJS version in 'version.txt', e.g

vi version.txt

Scons currently needs to be run from the Windows shell, so open one, go to the AutobahnJS directory, and run

scons

This will produce 2 files

build/autobahn.js
build/autobahn.min.js

To clean up your build

scons -uc

ExtJS Extension

AutobahnExtJS provides and Autobahn/WAMP proxy and support code for ExtJS. Please see the autobahnextjs folder for code and more information.

autobahnjs's People

Contributors

igorw avatar markope avatar robertkraig avatar ryanhope avatar

Watchers

 avatar  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.