net_peerCount
Returns number of peers connected to node
web3.net.peerCountParameters
Returns
Example
var peerCount = web3.net.peerCount;
console.log(peerCount);
> 5Last updated
Returns number of peers connected to node
web3.net.peerCountnone
The number of other Ethereum nodes connected to the node.
var peerCount = web3.net.peerCount;
console.log(peerCount);
> 5Last updated