Re: JavaScript version of Proton?

2017-03-06 Thread Gordon Sim
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.

Re: JavaScript version of Proton?

2017-03-03 Thread Fraser Adams
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

Re: JavaScript version of Proton?

2017-03-03 Thread Robbie Gemmell
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

Re: JavaScript version of Proton?

2017-03-03 Thread Paul
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

Re: JavaScript version of Proton?

2017-03-03 Thread Fraser Adams
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

Re: JavaScript version of Proton?

2017-03-02 Thread Paul
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

Re: JavaScript version of Proton?

2017-03-02 Thread Gordon Sim
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

Re: JavaScript version of Proton?

2017-03-02 Thread Robbie Gemmell
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

JavaScript version of Proton?

2017-03-01 Thread Paul
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/