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:
- Supports streams where appropriate (command output, query execution, add, store etx) - Promises interface
I plan to release it in NPM within the week (It lacks proper documentation and I want to organise my tests as mocha tests).
Alex