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")
})));
// syntax
remote({
channel: "blarg",
client: {
on: function(channel, handler) {
},
emit: function(channel, operation) {
}
}
});
This repository was archived by the owner on Dec 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
crcn/mesh-remote
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
remote client adapter
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published