webtorrent-desktop VS multihash-serialise

Compare webtorrent-desktop vs multihash-serialise and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
webtorrent-desktop multihash-serialise
18 30
9,593 25
0.5% -
6.7 0.0
12 days ago over 3 years ago
JavaScript Haskell
MIT License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

webtorrent-desktop

Posts with mentions or reviews of webtorrent-desktop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-30.
  • Ask HN: What could make torrenting more popular again?
    2 projects | news.ycombinator.com | 30 Dec 2023
    - https://webtorrent.io/desktop

    Do you have any ideas on what could popularize the technology again?

  • Transfer 1TB+ files using only the browser, completely free without ads. Also completely anonymous and encrypted. WebRTC is cool.
    1 project | /r/InternetIsBeautiful | 29 Jul 2023
    Made me think of https://webtorrent.io/desktop/
  • Piracy Website where i can pay for quality streaming?
    1 project | /r/Piracy | 12 Feb 2023
  • Opinião: Qual e o melhor serviço de streamings pra vocês atualmente?
    1 project | /r/brasil | 19 Jan 2023
  • most lightweight torrent client?
    1 project | /r/Piracy | 5 Dec 2022
  • WebTorrent
    14 projects | news.ycombinator.com | 29 Nov 2022
    Disclosure: I'm the author of WebTorrent.

    It's so fulfilling to see WebTorrent still popping up on Hacker News after all these years. I started the project in 2013 and devoted most of my 20s to working on it, ultimately becoming a full-time open source maintainer, and writing hundreds of npm packages including buffer (https://github.com/feross/buffer), simple-peer (https://github.com/feross/simple-peer), and StandardJS (https://standardjs.com/).

    I started WebTorrent with the goal of extending the BitTorrent protocol to become more web-friendly, allowing any browser to become a peer in the torrent network. Within less than a year of starting the project, I got WebTorrent fully working. And it worked _well_, beating many native torrent apps in terms of raw download speed and the ability to stream videos within seconds of adding a torrent.

    WebTorrent never got as much attention as the cryptocurrency projects selling tokens throughout the mid-2010s, even though WebTorrent actually worked and had more real users than almost all of them :) I was never tempted to add a crypto-token to WebTorrent, despite many well-meaning friends telling me to do it. Nonetheless, WebTorrent served as an accessible on-ramp to the world of decentralized tech, along with other projects like Dat (https://dat-ecosystem.org/) and Secure Scuttlebutt (https://scuttlebutt.nz/).

    But WebTorrent is more than a protocol extension to BitTorrent. We built a popular desktop torrent client, WebTorrent Desktop (https://webtorrent.io/desktop/), which supports powerful features like instant video streaming.

    We also build a `webtorrent` JavaScript package (see https://socket.dev/npm/package/webtorrent) which implements the full BitTorrent/WebTorrent protocol in JavaScript. This implementation uses TCP, UDP, and/or WebRTC for peer-to-peer transport in any environment – whether Node.js (TCP/UDP), Electron (TCP/UDP/WebRTC), or the web browser (WebRTC). In the browser, the `webtorrent` package uses WebRTC which doesn’t require a browser plugin, extension, or any kind of installation to work.

    If you’re building a website and want to fetch files from a torrent, you can use `webtorrent` to do that directly client-side, in a decentralized manner. The WebTorrent Workshop (https://webtorrent.github.io/workshop/) is helpful for getting started and teaches you how to download and stream a torrent into an HTML page in just 10 lines of code.

    Now that WebTorrent is fully supported in nearly all the most popular torrent clients, including uTorrent, dare I say that we succeeded? It's been a long and winding journey, but I'm glad to have played a role in making this happen. Special shoutouts to all the open source contributors over the years, especially Diego R Baquero, Alex Morais,

    P.S. If you're curious what I'm up to now, I'm building Socket (https://socket.dev). And there's actually a WebTorrent connection, too. Socket came out of a prior product we built called Wormhole (https://wormhole.app), an end-to-end encrypted file transfer application built using WebTorrent under-the-hood (Show HN thread: https://news.ycombinator.com/item?id=26666142). Like Firefox Send before it, security was a primary goal of Wormhole (see security details here: https://wormhole.app/security). But one area where we were lacking was in how we audited our open source dependencies. Like most teams building a JavaScript app, we had a large node_modules folder filled with lots of constantly updating third-party code. The risk of a software supply chain attack was huge, especially with 30% of our visitors coming from China. As most teams do, we enforced code review for all our first-party code. But similar to most teams, we were pulling in third-party dependencies and dependency updates without even glancing at the code (this is something that almost every company does today). We knew we needed to do better for our users. We looked around for a solution to analyze the risk of open source packages but none existed. So we decided to build Socket.

    Socket helps developers ship faster and spend less time on security busywork by helping them safely find, audit, and manage OSS. Socket provides a comprehensive open source risk analysis. By analyzing the full picture – from maintainers and how they behave, to open-source codebases and how they evolve – we enable developers and security teams to identify risk from malware, hidden code, typo-squatting, misleading packages, permission creep, unmaintained or abandoned packages, and poor security practices. For one quick example, take a look at the risks we identified in this Angular.js calendar library: https://socket.dev/npm/package/angular-calendar/issues/0.30....

  • What would make you start using torrent sites again?
    2 projects | /r/Piracy | 1 Nov 2022
  • Transmission 4.0.0 beta 1 is out
    17 projects | news.ycombinator.com | 7 Oct 2022
    Many!

    https://webtorrent.io/faq

    Notable ones include Libtorrent[1], Peertube[2], and their own Webtorrent Desktop[3].

    1. https://github.com/arvidn/libtorrent/issues/223

    2. https://peertube-viewer.com/posts/2021-02-20-peertube-viewer...

    3. https://webtorrent.io/desktop/

  • Digital Commons
    6 projects | /r/solarpunk | 21 Aug 2022
    WebTorrent
  • Choose your companion wisely.
    2 projects | /r/Piracy | 24 Mar 2022
    just use https://webtorrent.io/desktop/ and stream the 1080p torrent directly.

multihash-serialise

Posts with mentions or reviews of multihash-serialise. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-08.
  • Decentralized media Made easy
    2 projects | /r/ipfs | 8 Apr 2023
    When I click on https://synapsemedia.io/ I get redirected to a link like https://ipfs.io/ipns/synapsemedia.io (to use ipfs.io instead of my local node)
  • 4EVERLAND’s IPFS Pinning Service: 4EVER Pin
    1 project | /r/4everland | 2 Mar 2023
    You may already be aware that the Interplanetary File System or IPFS is a distributed storage network where computers from all over the world form nodes to share data.
  • How to host an encrypted page
    1 project | /r/selfhosted | 10 Feb 2023
    In case of you don't trust them, it gets harder. Especially if you need to have it hosted without any trace to yourself. I'd probably pay a service to store my data on ipfs. You can pay with crypto. But I'm this case there's the question, how will you be able to access it. My thought would be to have a [tails][tails] USB with the necessary software.
  • anti-discord rule
    4 projects | /r/196 | 5 Feb 2023
    https://ipfs.io is the only acceptable file host
  • Not sure if I this is safe to click so I can download this book. Are you supposed to just click the “GET” button?
    1 project | /r/libgen | 19 Jan 2023
    I never click GET button, don't even know what it does tbh XD Those four buttons are for choosing which IPFS gateway you want to use. By default I use ipfs.io, if ipfs.io is down then I click the Cloudflare one. General rule is that you pick one gateway if it does not work then another one and so on.
  • Upload 40MB vitalik's blog to a smart contract on Arbitrum Nova with 0.13ETH
    1 project | /r/ethereum | 10 Jan 2023
    - The gateway (e.g., ipfs.io, cloudflare, w3eth.io, w3link.io) may implement a censorship rule based on local regulations
  • Free Software Foundation
    1 project | /r/okbuddylinux | 7 Jan 2023
  • Quick IPFS
    3 projects | dev.to | 21 Dec 2022
    https://ipfs.io/ipfs/QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco/wiki/
  • How do I use IPFS (anna's archive or libgen) if I can't access ipfs.io and Cloudflare?
    1 project | /r/zlibrary | 5 Dec 2022
    New to IPFS, both ipfs.io and Cloudflare IPFS are blocked in my region, but I can connect to IPFS using the IPFS desktop app, is there a way to download books at a relatively not too slow speed from anna's archive's ipfs mirror?
  • My NFT Domain
    1 project | /r/u_adivcetoinvest | 23 Nov 2022
    Web 3.0 is a third-generation website with decentralized server storage from layer two blockchains like Ethereum, polygon, etc. Unstoppable domains are the first web3 domain platform where you find different domain names. This platform uses a crypto name system called CNS. Unstoppable domains used IPFS (interplanetary File System), the best file protocol that allows computers to store and serve files as part of a giant P2P network. shreyanshjain.crypto is my domain name minted on the polygon network.

What are some alternatives?

When comparing webtorrent-desktop and multihash-serialise you can also consider the following projects:

webtorrent - ⚡️ Streaming torrent client for the web

pure-zlib - A Haskell-only implementation of zlib / DEFLATE.

udemy-downloader-gui - A desktop application for downloading Udemy Courses

zip-conduit - Working with zip archives via conduits.

iohook - Node.js global keyboard and mouse listener.

bmp - Read and write uncompressed BMP image files

webrtc-video-conference - WebRTC video conference app

lz4 - Haskell bindings to lz4

ufonet - UFONet - Denial of Service Toolkit

utf8-string - Support for reading and writing UTF8 Strings in Haskell

electricShine - Create Standalone Installable Shiny Apps

sandi - Data encoding library for Haskell.