On 03/03/17 10:04, Fraser Adams wrote:
I think that when Gordon did rhea https://github.com/grs/rhea I got
fairly confused about what the direction was going to be
From my perspective, I had a need to provide an AMQP 1.0 javascript
library that gave full access to all aspects of the protocol.
Hey Paul,
No worries, you didn't come across as being dismissive at all, it was
more the comment about "pure-JavaScript" that I wanted to clarify -
asm.js doesn't *require* specific support (other than a JavaScript
runtime that supports ArrayBuffers) so although it's not exactly what
you'd ma
On 3 March 2017 at 11:22, Paul wrote:
> Hi Frase,
>
> Sorry if I came off as dismissing the Emscripten approach: I was just
> looking for something written directly/natively in JavaScript instead of
> cross-compiled C code, based on how things were worded on the website.
>
> And I'm also not sayin
Hi Frase,
Sorry if I came off as dismissing the Emscripten approach: I was just
looking for something written directly/natively in JavaScript instead of
cross-compiled C code, based on how things were worded on the website.
And I'm also not saying that one is better than the other: the benefi
Hello Paul,
I contributed the emscripten based proton JavaScript binding a while back.
1. Re: "The only think I can find are JavaScript bindings that are
cross-compiled from the C version using Emscripten:
https://github.com/apache/qpid-proton/tree/master/proton-c/bindings/javascript
That d
Tnx for the claification.
Too bad the things claimed on the website aren't true, as I was
particular interested in being able to use the exact same library/API in
both Java and JavaScript (as we use both in our stack), as to not have
to deal with two separate libraries/api's that do the same t
On 02/03/17 10:46, Robbie Gemmell wrote:
For now, if you are looking for a Javascript AMQP 1.0 implementation
you might consider one written by Gordon Sim,
https://github.com/grs/rhea, which loosely follows the style of the
Proton Container api in the Python binding which Gordon also did much
of
On 2 March 2017 at 07:56, Paul wrote:
> Hi,
>
> Based on http://qpid.apache.org/proton/overview.html (and
> http://qpid.apache.org/proton/), I'm looking for the JavaScript
> implementation.
>
> The only think I can find are JavaScript bindings that are cross-compiled
> from the C version using Ems
Hi,
Based on http://qpid.apache.org/proton/overview.html (and
http://qpid.apache.org/proton/), I'm looking for the JavaScript
implementation.
The only think I can find are JavaScript bindings that are
cross-compiled from the C version using Emscripten:
https://github.com/apache/qpid-proton/