nimbus-eth1 VS Neel

Compare nimbus-eth1 vs Neel and see what are their differences.

Neel

A Nim library for making Electron-like HTML/JS GUI apps, with full access to Nim capabilities. (by Niminem)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
nimbus-eth1 Neel
6 1
551 216
0.4% -
9.7 5.3
about 17 hours ago 4 months ago
Nim Nim
Apache License 2.0 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.

nimbus-eth1

Posts with mentions or reviews of nimbus-eth1. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-14.
  • Ask HN: Is Ethereum's Merge one of the biggest successes in Open Source?
    12 projects | news.ycombinator.com | 14 Sep 2022
    It certainly seems it will be remembered as a major success story for open p2p protocols on the global Internet of our time.

    A great multitude of developers and enthusiasts belonging or contributing to diverse teams spread across the world: developing, debating, and collaborating for years to arrive at the big event.

    And it's all been done very much in the public view:

    https://weekinethereumnews.com/

    https://hackmd.io/@benjaminion/eth2_news

    https://github.com/ethereum/pm

    https://www.youtube.com/c/EthereumFoundation/videos

    Consensus Clients:

    https://github.com/sigp/lighthouse#readme

    https://github.com/ChainSafe/lodestar#readme

    https://github.com/status-im/nimbus-eth2#readme

    https://github.com/prysmaticlabs/prysm#readme

    https://github.com/ConsenSys/teku#readme

    Execution Clients:

    https://github.com/akula-bft/akula#readme

    https://github.com/hyperledger/besu#readme

    https://github.com/ledgerwatch/erigon#readme

    https://github.com/ethereum/go-ethereum#readme

    https://github.com/NethermindEth/nethermind#readme

    https://github.com/status-im/nimbus-eth1#readme

  • Ask HN: Does the Ethereum foundation not develop a post-Merge client?
    6 projects | news.ycombinator.com | 24 Aug 2022
    https://github.com/status-im/nimbus-eth1 (yes, this is also for eth2, see "About" at top right)
  • [AMA] We are the Go Ethereum (Geth) Team (18 August, 2022)
    8 projects | /r/ethereum | 16 Aug 2022
    I expect we will see a "merged" client in the future. Nimbus could be the closest of anyone to this vision (nimbus-eth1, nimbus-eth2). Not sure when this will happen though. Anyways, you have to remember -- these are two extremely complicated pieces of software. Just the interface between the two has been developed and tests over the last 18 months. I think there will always need to be serious encapsulation of logic for it to be maintainable.
  • How is web3 decentralised?
    3 projects | /r/CryptoTechnology | 19 Jun 2022

Neel

Posts with mentions or reviews of Neel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-07.
  • Is Nim right for me?
    6 projects | /r/nim | 7 Mar 2022
    I made the Nim equivalent to Python's Eel library called Neel. There are other GUI libraries out there but this is about as simple as it gets. It's only dependency is having chrome installed on your machine. Write your frontend in javascript (or just use Nim and compile to javascript) and backend in Nim. The executables are fast and extremely tiny. It'll embed your assets into the binary too so no dependency/linking BS. If you're on Mac, you can package it into an App too rather than just the executable. See the repo for more details.

What are some alternatives?

When comparing nimbus-eth1 and Neel you can also consider the following projects:

nimbus-eth2 - Nim implementation of the Ethereum Beacon Chain

nim-chronos - Chronos - An efficient library for asynchronous programming

nim-stint - Stack-based arbitrary-precision integers - Fast and portable with natural syntax for resource-restricted devices.

nodejs - Alternative StdLib for Nim for NodeJS/JavaScript targets, hijacks NodeJS StdLib for Nim

mosdepth - fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing

rpc-endpoint - Flashbots RPC endpoint, to be used with wallets (eg. MetaMask)

aleth - Aleth – Ethereum C++ client, tools and libraries

godot-nim - Nim bindings for Godot Engine

Unchained - A fully type safe, compile time only units library.

teku - Open-source Ethereum consensus client written in Java

nim-plotly - plotly wrapper for nim-lang

lighthouse - Ethereum consensus client in Rust