Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wankdanker/automesh-dnode
dnode plugin for automesh
https://github.com/wankdanker/automesh-dnode
Last synced: 14 days ago
JSON representation
dnode plugin for automesh
- Host: GitHub
- URL: https://github.com/wankdanker/automesh-dnode
- Owner: wankdanker
- Created: 2015-01-30T22:07:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T00:59:52.000Z (over 7 years ago)
- Last Synced: 2024-04-30T03:21:18.951Z (8 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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:```js
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