Hello,
I am new to OrientDB, I am using nodejs npm OrientJs to connect remote
database.
Below is sample:
var ODatabase = require('orientjs');
var server = ODatabase({
host: "102.124.29.128",
port: 2424,
httpPort: 2480,
username: 'admin',
password: 'mypass!123'
});
var dbs = server.list()
.then(
function(list){
console.log('Databases on Server:', list.length);
}
);
But its not working, suggest me, solution or give me sample code working
with remote OrientdB server
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.