meshnet

0.0.1 • Public • Published

MeshNet is a node.js library to structure your node processes in a mesh.

It is a foundation on which you can develop highly scalable architectures.

Meshnet provides:

  • auto discovery

  • multi master mesh

  • replicated configuration

  • self healing

  • distributed task management

  • p2p inter-node communications

    var MeshNet = require('meshnet')

    var mesh = new MeshNet()

    mesh.start({ cluster: { host: <remote_host>, port: <remote_port> } })

    mesh.on('online', function(node) {

    })

Readme

Keywords

Package Sidebar

Install

npm i meshnet

Weekly Downloads

2

Version

0.0.1

License

Public domain

Last publish

Collaborators

  • nherment