@oroinc/autobahnjs
Version:
AutobahnJS is a JavaScript client library that implements The WebSocket Application Messaging Protocol (WAMP)
28 lines (27 loc) • 806 B
JavaScript
/** @license AutobahnJS - http://autobahn.ws
*
* Copyright 2011, 2012 Tavendo GmbH.
* Licensed under the MIT License.
* See license text at http://www.opensource.org/licenses/mit-license.php
*
* AutobahnJS includes code from:
*
* when - http://cujojs.com
*
* (c) copyright B Cavalier & J Hann
* Licensed under the MIT License at:
* http://www.opensource.org/licenses/mit-license.php
*
* Crypto-JS - http://code.google.com/p/crypto-js/
*
* (c) 2009-2012 by Jeff Mott. All rights reserved.
* Licensed under the New BSD License at:
* http://code.google.com/p/crypto-js/wiki/License
*
* console-normalizer - https://github.com/Zenovations/console-normalizer
*
* (c) 2012 by Zenovations.
* Licensed under the MIT License at:
* http://www.opensource.org/licenses/mit-license.php
*
*/