I want to connect Orient DB from client side JS and want to fire queries and display the output on web application.
Could someone point me to client side orient db javascript library? Orient DB site has following link and it is not working.
https://github.com/orientechnologies/orientdb/blob/master/server/src/site/js/orientdb-api.js
This is the new Javascript driver for OrientDB with a Blueprints/Gremlin like syntax. This library is in Alpha status. https://github.com/orientechnologies/orientdb-js
If you're using Node.js, we suggest to use
https://github.com/orientechnologies/orientjs
instead.
UPDATE
For more information look at this link: http://orientdb.com/docs/last/Javascript-Driver.html
Hope it helps.
Regards