Skip to content

wankdanker/automesh-dnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

automesh-dnode

This is a plugin for automesh which provides support for a remote dnode server. If a remote service is providing a dnode type endpoint in an automesh network, all that needs to be done to access the remote dnode is something like:

var automesh = require('automesh');
var mesh = automesh();

mesh.require('some-dnode-service', function (err, remote) {
	//now you can call functions on `remote`
	remote.echo('hello', function (err, data) {
		console.log(data); 
	});
});

license

MIT

About

dnode plugin for automesh

Resources

Stars

Watchers

Forks

Packages

No packages published