
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
Streaming torrent client for Node.js
npm install -g peerflix
Peerflix can be used with a magnet link or a torrent file. To stream a video with its magnet link use the following command.
peerflix "magnet:?xt=urn:btih:ef330b39f4801d25b4245212e75a38634bfc856e" --vlc
Remember to put " around your magnet link since they usually contain &.
peerflix will print a terminal interface. The first line contains an address to a http server. The --vlc flag ensures vlc is opened when the torrent is ready to stream.

To stream music with a torrent file use the following command.
peerflix "http://some-torrent/music.torrent" -a --vlc
The -a flag ensures that all files in the music repository are played with vlc.
Otherwise if the torrent contains multiple files, peerflix will choose the biggest one.
To get a full list of available options run peerflix with the help flag.
peerflix --help
Examples of usage of could be
peerflix magnet-link --list # Select from a list of files to download
peerflix magnet-link --vlc -- --fullscreen # will pass --fullscreen to vlc
peerflix magnet-link --mplayer --subtitles subtitle-file.srt # play in mplayer with subtitles
peerflix magnet-link --connection 200 # set max connection to 200
If you want to build your own app using streaming bittorent in Node you should checkout torrent-stream
Chromebooks are set to refuse all incoming connections by default - to change this:
sudo iptables -P INPUT ACCEPT
If you wanna use peerflix on your chromecast checkout peercast or castnow
MIT
FAQs
Streaming torrent client for Node.js
The npm package peerflix receives a total of 588 weekly downloads. As such, peerflix popularity was classified as not popular.
We found that peerflix demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.