[Home] [By Thread] [By Date] [Recent Entries]
yes, It's done, to work with it first you need to install Zorba in your machine http://www.zorba-xquery.com/html/download then use npm to get the binding npm install zorba after that you will be able to use Zorba's JSONiq features within node.js like in this example:
var zorba = require('zorba'); try { var r = zorba.execute("Hello from Zorba for Node");
console.log(r); } catch (e) { console.log("error");
} if you have any trouble or question, please let us know!! -Rodolfo
On Fri, May 31, 2013 at 1:47 PM, daniela florescu <dflorescu@m...> wrote:
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |

Cart



