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


On 17 May 2015 at 16:47, alxarch <alxarch@gmail.com> wrote:
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 needs arise while using the library in my projects.
I am hopeful that this client will be better maintained than my basex-php composer package
since I use node and coffeescript on a daily basis, so I will have motive tocontinue work on it.

Cheers,
Alex