> For the complete documentation index, see [llms.txt](https://docs.clv.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clv.org/clv-chain-developer-guide/technical-documentations/web3-compatibility/net_peercount.md).

# net\_peerCount

```
web3.net.peerCount
```

#### Parameters

none

#### Returns

The number of other Ethereum nodes connected to the node.

#### Example

```
var peerCount = web3.net.peerCount;
console.log(peerCount);
> 5
```
