node-discover icon indicating copy to clipboard operation
node-discover copied to clipboard

Automatic and decentralized discovery and monitoring of nodejs instances with built in support for a variable number of master processes, service advertising and channel messaging.

Results 15 node-discover issues
Sort by recently updated
recently updated
newest added

Look up all available interfaces and build an array of destinations for each for broadcast. Resolves a TODO you had here. Used a library to implement the logic of turning...

I am using [Cote](https://github.com/dashersw/cote) and monitor tool logged this to console. ``` import cote from 'cote'; cote.MonitoringTool(3000); ``` ` DeprecationWarning: Invalid 'main' field in '..../node_modules/@dashersw/node-discover/package.json' of 'discover'. Please either fix...

Is there a definition file for typescript typings?

i think manually add ip-adresses of nodes from rancher-metadata (some service with node-list) for example ip is dunamic and can be 10.42.185.29, 10.42.2.232, 10.42.69.231 .. how i can add this...

In case if one node dies and two nodes remain, then almost always we have two masters. And we have these events: 1: promotion 2: promotion 2: master 1: master

Hi, I'm trying to use this for a current project and was wondering if it's possible to dynamically add a new node to a unicast cluster. I've been trying for...

Hello packets for the most part will never change. JSON and encryption are blocking operations that occur some performance cost to use. We can cache our outgoing hello packet, and...

Also fix casing in the jsdoc (since casing does matter)

I tried hours by using the examples, not running at all. Then I find out maybe the example should call send in Discover()'s callback function. Please check. var Discover =...

I have an array of objects, the contents does not really matter but as soon as the array length goes over 30 it wont send at all. Could this be...