neonmodem VS orbitdb

Compare neonmodem vs orbitdb and see what are their differences.

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
neonmodem orbitdb
16 32
500 8,127
- 0.6%
6.2 9.2
5 days ago 11 days ago
Go JavaScript
GNU General Public License v3.0 only MIT 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.

neonmodem

Posts with mentions or reviews of neonmodem. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-11.
  • Neonmodem: TUI for Lobsters, HN, etc.
    4 projects | news.ycombinator.com | 11 Jan 2024
    They seem to have spent a ton of time on their website, why link to the github with no information? https://neonmodem.com/
  • Neon Modem Overdrive
    1 project | news.ycombinator.com | 3 Jan 2024
    1 project | news.ycombinator.com | 9 Jun 2023
  • Orange Site Hit
    4 projects | news.ycombinator.com | 1 Jan 2024
    Shameless plug: Neon Modem Overdrive [1] supports HN, for anyone looking for a Go single-binary multi-platform TUI.

    [1] https://neonmodem.com

  • Open source P2P alternative to Slack and Discord built on Tor and IPFS
    18 projects | news.ycombinator.com | 11 Sep 2023
    Thank you for the detailed description of your idea. Indeed, if you're willing to accept the shortcomings of a dedicated USENET infrastructure, then it is definitely something that could be done. In fact, I did consider NNTP for another project of mine (https://github.com/mrusme/neonmodem), which might eventually swallow up Superhighway84 altogether. If you're interested in actually giving it a try and implement a functional NNTP library for Go I'd be more than happy to make use of it! :-)

    > Superhighway84 it was very expensive for me to actually run the software

    I agree with you, in terms of efficiency IPFS is still miles away from where it should be. Hence my feedback on Quiet, as I do not perceive IPFS to radically imrpove within the next few months or even years. And as you correctly stated it looks like Quiet uses some workarounds to improve on the overall mediocre efficiency of IPFS, which however lead to shortcomings on other ends:

    > Quiet itself notes a limit of 30-100 individuals with its application

    However, this is not how P2P should be. I'd be truly curious to hear from someone at OpenSea, or Fleek, or any of the services that offer high volume IPFS hosting about their experience and gut feeling on its future. I personally gave up on hosting my website via IPFS myself -- which I did for a brief period of time -- mainly for these exact reasons.

    > but for those of us who are bandwidth-constrained or otherwise limited in our access to those technologies

    I believe that quite on the contrary, this might benefit these people the most. Imagine not having to do the roundtrip from your phone, to a server on the internet, back to your computer, just to have a synchronized state of your address book available.

    Similarly, imagine writing with someone in your city -- let's say Melbourne, Australia -- without your messages first travelling to Utah, USA, and then back again. My gut feeling is that overall congestion on the internet could even be reduced, by allowing more applications to communicate directly within small meshes rather than travel all the way across the globe and back again. That is, as soon as there are more efficient ways to deal with the overhead that is currently breaking IPFS' neck.

  • A Curated List of Lemmy Apps
    2 projects | /r/RedditAlternatives | 7 Jul 2023
    A BBS-style command line client that supports various projects as backends and seamlessly integrates them into a streamlined user interface. (Website, Github).
  • Neo Modem Overdrive: Terminal Client for HN, Lemmy, Lobsters and More
    2 projects | news.ycombinator.com | 22 Jun 2023
  • Moving to a New Platform—Maybe Lemmy?
    1 project | /r/bbs | 9 Jun 2023
    Besides, have you seen this Lemmy client? Neon Modem Overdrive
  • Does it make sense to disable the app for the protest?
    1 project | /r/RelayForReddit | 9 Jun 2023
    Yes, including Neon Modem Overdrive, for a retro BBS experience.
  • Ask HN: Is it time to resurrect a Usenet clone?
    8 projects | news.ycombinator.com | 9 Jun 2023
    Someone created a Usenet-like thing on IPFS. https://github.com/mrusme/superhighway84

    It's kind of dead. IIRC the dev put that on the back burner in favor of a new BBS-like app. https://github.com/mrusme/neonmodem

orbitdb

Posts with mentions or reviews of orbitdb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-11.
  • OrbitDB reaches version 1.0 after 8 years of development
    1 project | news.ycombinator.com | 19 Sep 2023
  • Open source P2P alternative to Slack and Discord built on Tor and IPFS
    18 projects | news.ycombinator.com | 11 Sep 2023
    OrbitDB is not well-funded, but there's fresh work happening recently by some dedicated volunteers: https://github.com/orbitdb/orbitdb/commits/main
  • Current Progress of IPFS
    3 projects | /r/ipfs | 22 Apr 2023
  • orbit-db VS db3 - a user suggested alternative
    2 projects | 15 Jan 2023
  • Jack Dorsey texts Elon Musk (March 26, 2022)
    6 projects | news.ycombinator.com | 30 Sep 2022
  • Decentralised public immutable database
    2 projects | /r/ipfs | 26 Sep 2022
  • Ask HN: Is there a descentralized DB with a simple social conflict resolution?
    1 project | news.ycombinator.com | 17 May 2022
    I've been thinking it might be practical to build a simple decentralized database, where agents just know each other, so conflict resolution does not need to be so strong and can rely on the social layer.

    I think this applies to most databases, but I'm particularly thinking of internal enterprise databases, some social networks, any federated database system, and different devices of a single user

    I'm thinking of this features:

    1- Append-only?, full history of operations. Deletes / edits do not remove data, they only modify the "active state"

    2- Agents are public keys or similar (DIDs?)

    3- Operations are signed, and receivers verify if operation is valid, and sender is allowed

    4- Operations form a Merkel-DAG (similar to git, they link to the tips of current "active state", like a commit/merge in git)

    So far I think I've basically described [OrbitDB](https://github.com/orbitdb/orbit-db)

    Consensus is where things get real hard, [OrbitDb seems to use a last-write-wins CRDT](https://news.ycombinator.com/item?id=22920204), and although I don't know the details of orbitDb, I think for many simple use-cases, conflicts can just be resolved on the social layer. But I think we need to provide agents with good tools to resolve conflicts

    I'll try my best here with some ideas:

    - When merging, we can order operations by their timestamp, if operations enter conflict, raise it to the conflicting agents, or someone with permission to solve them.

    If an agent makes public an operation that forks its own history, mark agent as malicious or compromised, alert other agents, this needs resolution on the social layer, you have proof of misconduct, an agent has signed diverging operations

    Any operation becomes fully settled if you have proof that all agents of your system have referenced it directly or indirectly through newer operations.

    Timestamps can be upgraded by using @opentimestamps to get proof that an operation existed at time X (prevents creation of operations in hindsight). Though this does not prove operation has been made public

  • How to make a crowdsourced distributed metadata database?
    2 projects | /r/AskProgramming | 12 May 2022
    Both use OrbitDB: Peer-to-Peer Databases for the Decentralized Web. JavaScript. MIT license. repo
  • Release: New features for Nalli
    2 projects | /r/nanocurrency | 3 May 2022
    I think a wallet-agnostic memo solution is definitely the way. Having wallets that end up (partly) incompatible is only gonna hurt the UX. Maybe a decentralised DB solution like OrbitDB or GunDB can be the best way forward, although I haven't dove deeply into the docs yet.
  • Building a decentralized database
    4 projects | /r/Database | 25 Mar 2022
    Checkout this https://github.com/orbitdb/orbit-db peer-to-peer database for the decentralized Web.

What are some alternatives?

When comparing neonmodem and orbitdb you can also consider the following projects:

paopao-ce - 🔥An artistic "twitter like" community built on gin+zinc+vue+ts 清新文艺微社区

ipfs - Peer-to-peer hypermedia protocol

ttchat - Twitch chats in the terminal

web3.storage - DEPRECATED ⁂ The simple file storage service for IPFS & Filecoin

mercator - OpenStreetMap but as terminal user interface (TUI) program

gun - An open source cybersecurity protocol for syncing decentralized graph data.

BLAHAJ - 🦈🏳️‍⚧️🏳️‍🌈 Gay sharks at your local terminal - lolcat-like CLI tool

js-libp2p - The JavaScript Implementation of libp2p networking stack.

irssi - The client of the future

berty - Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network

nimnews - Immature Newsgroup NNTP server using Nim and SQLite

solid - Solid - Re-decentralizing the web (project directory)