npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

volox-p2p

v1.0.0

Published

Blazing fast Peer-to-Peer file transfer and multiplayer chat CLI over DHT

Readme

☄️ VOLOX P2P

The Ultimate Serverless Multiplayer Terminal Dashboard

Volox is a blazing fast, zero-configuration, peer-to-peer (P2P) file transfer and chat engine built entirely for the terminal. It leverages a global Distributed Hash Table (DHT) to punch through NATs and firewalls, connecting multiple computers instantly without any central cloud servers.

Volox UI

🚀 Instant Usage (No Installation Required)

You don't even need to install Volox to use it! Anyone in the world with Node.js can join a Volox room instantly by running:

npx volox-p2p join <room-passphrase>

To start your own room and act as the host, simply install it globally:

npm install -g volox-p2p
volox

✨ Features

  • Massive Multiplayer Rooms: Create a room and invite 5, 10, or 50 peers simultaneously. Everyone gets a nickname and is tracked in the real-time "Connected Peers" panel.
  • Ghost Sub-Swarms for File Sharing: Share a 2GB folder while chatting with 10 people! Volox instantly spins up background "Sub-Swarms" to stream files to all peers in the room without interrupting the chat.
  • Offline / Local Network Mode: No internet? No problem. Volox uses MDNS (Multicast DNS) to automatically discover and connect peers on the same local Wi-Fi or LAN router.
  • Interactive Mouse Support: Fully mouse-enabled! Click files in the File Explorer, scroll through the Chat Log, or click the Room Info panel to instantly copy the invite command to your clipboard.
  • Zero-Configuration NAT Traversal: No port forwarding required. It uses Holepunching technology to connect you anywhere.

💻 Commands & Chat

Once you are inside the Volox Dashboard, use the chat input box to communicate with the room or execute commands:

  • /nick <name> - Customize your display name across the swarm.
  • /send <path> - Instantly share a specific file or folder by typing its path.
  • /join <room> - Instantly disconnect and hop into another multiplayer room.

🛠️ Built With

  • Hyperswarm: For advanced DHT networking, MDNS offline discovery, and Noise-protocol encrypted transport.
  • Blessed & Blessed-Contrib: For the stunning, mouse-enabled interactive Terminal UI.
  • Tar-FS: For on-the-fly streaming and extraction of entire directory structures.

🔒 Security & Privacy

Volox is fully decentralized. There are no tracking servers, no AWS backends, and no databases. All data transferred over the DHT is encrypted at the transport layer using the cryptographic Noise Protocol (the same technology powering WhatsApp and Signal). You are safe from Man-in-the-Middle (MITM) attacks.


Built with ❤️ for developers who love the terminal.