freeart / etcd-fb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

const etcdfb = require("./index.js");

const options = {};
etcdfb.config("connectStringOrArray", options);

etcdfb.watch("key", (value)=>{
  console.log(value);  
});

About


Languages

Language:JavaScript 100.0%