# p2p-graph **Repository Path**: mirrors_feross/p2p-graph ## Basic Information - **Project Name**: p2p-graph - **Description**: Real-time P2P network visualization with D3 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # p2p-graph [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] [travis-image]: https://img.shields.io/travis/feross/p2p-graph/master.svg [travis-url]: https://travis-ci.org/feross/p2p-graph [npm-image]: https://img.shields.io/npm/v/p2p-graph.svg [npm-url]: https://npmjs.org/package/p2p-graph [downloads-image]: https://img.shields.io/npm/dm/p2p-graph.svg [downloads-url]: https://npmjs.org/package/p2p-graph [standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg [standard-url]: https://standardjs.com ### Real-time P2P network visualization with D3 ![demo](demo.gif) This package is used by [WebTorrent](https://webtorrent.io). You can see this package in action on the [webtorrent.io](https://webtorrent.io) homepage or play with it on the [esnextb.in demo](https://esnextb.in/?gist=6d2ede2438db14c108d30343f352ad8c). ## Install ``` npm install p2p-graph ``` This package works in the browser with [browserify](https://browserify.org). If you do not use a bundler, you can use the [standalone script](https://bundle.run/p2p-graph) directly in a `