0.0.2 • Published 10 years ago

mesh-remote v0.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
10 years ago
var mesh   = require("mesh");
var memory = require("mesh-memory");
var remote = require("mesh-remote");
var io     = require("socket.io-client");

var bus = mesh.tailable(memory());

bus(mesh.op("tail")).pipe(mesh.open(remote({
  channel: "channelName",
  client: io("http://127.0.0.1")
})));
0.0.2

10 years ago

0.0.1

10 years ago