autobahn-js
autobahn-js copied to clipboard
WAMP in JavaScript for Browsers and NodeJS
Just reran our tests, and this one differs from the checked in result: ``` (cpy372_5) oberstet@intel-nuci7:~/scm/crossbario/autobahn-js$ git diff test/ diff --git a/test/test_pubsub_multiple_matching_subs.txt b/test/test_pubsub_multiple_matching_subs.txt index 0836bd5..74f505a 100644 --- a/test/test_pubsub_multiple_matching_subs.txt +++ b/test/test_pubsub_multiple_matching_subs.txt...
Need to investigate why/what: ``` (cpy372_5) oberstet@intel-nuci7:~/scm/crossbario/autobahn-js$ make test_connect nodeunit test/test_connect.js test_connect.js connecting 10 sessions ... (node:3660) TimeoutOverflowWarning: 1.0000000000000002e+31 does not fit into a 32-bit signed integer. Timeout duration was...
Hi there, In order for autobahn.js to run under NW.js and correctly uses the browser Websocket transport, the dedicated factory (autobahn-js/lib/transport/websocket.js) could be modify like so: Line 81: if (global.process...
Hello everybody, Angular 6.x changed some things. I had to add this to my polyfill.ts. (window as any).global = window; (window as any).process = window; (window as any).Buffer = window;...
... so that people know where to get the library for self-hosting it.
When the WAMP server shutdown with `GOODBYE` and closes the connection. AutobahnJS will try to echo the message on a closing/closed websocket crashing the program. ``` /.../node_modules/ws/lib/websocket.js:314 const err =...
AutobahnJS supports and uses cutting edge secure technology, for authentication, and (upcoming) for XBR (end-to-end data transaction level encryption). ABJS supports WAMP-cryptosign, an authentication method based on Curve25519 elliptic curves...
Crossbar.io supports these serialization formats: * JSON * [MessagePack](https://msgpack.org/index.html) * [CBOR](http://cbor.io/) * [UBJSON](http://ubjson.org/) AutobahnJS supports these serialization formats: * JSON, MessagePack, CBOR > AutobahnJS does not support UBJSON, but it...
Issues on https://github.com/crossbario/autobahn-js-browser are closed, so opening this Issue here. TimeoutError in the minified [autobahn-js-browser/autobahn.min.js](https://github.com/crossbario/autobahn-js-browser/blob/master/autobahn.min.js) is incorrectly mangled to `a`. See * https://jsfiddle.net/mbcz682j/ This breaks TimeoutError testing, e.g. ```js try...
Could somebody give me more information on this parameter. What does this parameter tells the router to do?