We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
var mogwai = require("mogwai"); var settings = { host: "localhost", port: 8182, graph: "graph", client: "titan" // or "rexster" }; mogwai.connect(settings, function(err, connection) { // Start here... });
There was an error while loading. Please reload this page.