vertex-node

0.0.1 • Public • Published

vertex-node

Vertex Node is a node.js driver for the VertexDb graph database.

Usage

var VertexClient = require('vertex-node');
 
var client = new VertexClient('localhost', 8080);
 
client.read(["path", "to", "your", "key"], function(value) {
    console.log(value);
})

Readme

Keywords

none

Package Sidebar

Install

npm i vertex-node

Weekly Downloads

0

Version

0.0.1

License

BSD 2-Clause

Last publish

Collaborators

  • terribleplan