Re: [basex-talk] New BaseX client for nodejs

2015-05-17 Thread alxarch
Hi Andy, Thanks, I just fixed events monitoring too (v0.1.1). It appears that using node's Transform stream classes and combining them via pipes allows much cleaner code overall. I am new to Literate CoffeeScript also but using it in this package helped me understand the way my code would work

Re: [basex-talk] New BaseX client for nodejs

2015-05-17 Thread Andy Bunce
Hi Alex, Looks good and certainly cleaner than my effort :-). Literate CoffeeScript is new to me but, having struggled with asynchrous stream parsing in node, I do like the look of https://github.com/alxarch/basex-stream/blob/master/src/parser.litcoffee .I hope to give it try soon. Cheers /Andy

Re: [basex-talk] New BaseX client for nodejs

2015-05-17 Thread alxarch
Hi all, I released my new BaseX client for nodeJS https://www.npmjs.com/package/basex-stream It's currently in a usable state. I need to document and test some more. The source is in Literate CoffeeScript so documentation is visible in-place in github. The functionality will expand as new

Re: [basex-talk] New BaseX client for nodejs

2015-05-13 Thread Christian GrĂ¼n
Hi Alex, I am making a new BaseX client for nodejs. That's nice to hear, thanks for the update! I hit enter by mistake and gmail sent before I finished listing the current features and adding a link A little hint: I activated the undo send lab feature in GMail. The only problem is that I'm

[basex-talk] New BaseX client for nodejs

2015-05-13 Thread alxarch
Hi all, I am making a new BaseX client for nodejs. It focuses on utilising node streams in order to be able to pipe data to/from BaseX directly. (i.e. pipe request body to an ADD command or pipe XQuery output to a response). It also uses promises for more code flow flexibility. Features: -