Apache Thrift VS todomvc

Compare Apache Thrift vs todomvc and see what are their differences.

todomvc

Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more (by tastejs)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Apache Thrift todomvc
10 60
10,127 28,467
0.5% 0.2%
8.9 7.6
6 days ago 6 days ago
C++ JavaScript
Apache License 2.0 GNU General Public License v3.0 or later
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.

Apache Thrift

Posts with mentions or reviews of Apache Thrift. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-20.
  • Symfony in microservice architecture - Episode I : Symfony and Golang communication through gRPC
    7 projects | dev.to | 20 Aug 2022
    There are various notable implementations of RPC like Apache Thrift and gRPC.
  • What is gRPC popularity? I believe not very popular. And subreddit is small. Why is that?
    2 projects | /r/grpc | 26 Jul 2022
  • Fresh – The next-gen web framework
    21 projects | news.ycombinator.com | 12 Jun 2022
    > "Most of the logic inside the form has to be written two times: in PHP and in vue"

    That's just your choice of how to build your app, right?

    For an internal-facing employee tool - you could've just gone with rendering templates on the server and sending static HTML to the client. Have the business logic and validations take place on the server-side too. I'm sure you have your reasons for doing things the way you did, but it's not like there's only one way to build something like this.

    > "Most enum types are repeated"

    Here's just one of ten-thousand other battle-tested options you can use: https://github.com/apache/thrift/

    21 projects | news.ycombinator.com | 12 Jun 2022
    > That's just your choice of how to build your app, right? You could've avoided this by rendering templates on the server and sending static HTML to the client, keeping the business logic on the server.

    No, that's a requirement on most business cases, my comment stated 'complex and dynamic web apps'. Re-rendering the whole page everytime the user checks a box or clicks a button is (a) terrible UX, (b) hard to track the state between page refresh, (c) wrong practice and (d) bad performance.

    > Here's just one of ten-thousand other battle-tested options you can use: https://github.com/apache/thrift/

    Sure, I should setup a complex and huge dependency for just one of the many problems I highlighted. What a great idea

  • Ask HN: Who Wants to Collaborate?
    58 projects | news.ycombinator.com | 1 Jan 2022
  • Deadline Budget Propagation for Baseplate.py
    3 projects | /r/RedditEng | 27 Sep 2021
    Thus, we released Baseplate.py v2.1 with deadline propagation. Each request between Baseplate services has an associated THeader, which includes relevant information for Baseplate to fulfill its functionality, such as tracing request timings. We added a “Deadline-Budget” field to this header that propagates the remaining timeout so that information is available to the following request, and this timeout continues to get updated with every new request made. With this update, we save production costs by allowing resources to work on requests awaiting a response, and gain overall improved latency.
  • parquet2 0.3.0, with native support to read async
    3 projects | /r/rust | 9 Aug 2021
    The biggest addition is native async reading via futures::AsyncRead and futures::AsyncSeek, which required a lot of (to be merged) changes upstream (changes to thrift rust compiler and parquet-format-rs). I placed those changes on a temporary crate until things are released there.
  • proposal: expression to create pointer to simple types #45624
    3 projects | /r/golang | 18 Apr 2021

todomvc

Posts with mentions or reviews of todomvc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-07.
  • Unison Cloud
    7 projects | news.ycombinator.com | 7 Feb 2024
    The odd thing is unison started purely as a language. Now there's a platform.

    I often find the best way to understand complex things is to dig all the way back to when they were being thought up. In this case there's a blog post from 2017 that I still find useful when thinking about Unison:

    https://pchiusano.github.io/2017-01-20/why-not-haskell.html

    Key quote:

    Composability is destroyed at program boundaries, therefore extend these boundaries outward, until all the computational resources of civilization are joined in a single planetary-scale computer

    (With the open sourcing of the language I doubt it will be one computer anymore, but it's an interesting window into the original idea)

    Personally I find there's a lot to this. It's interesting that we're really, really good at composing code within a program. I can map, filter, loop and do whatever I want to nested data structures with complete type safety to my heart's content. My editor's autocompleting, docs are showing up on hover, it's easy to test, all's well.

    But as soon as I want cron involved, and maybe a little state-- this is all wrecked. Also deployment gets more annoying as they talk about a lot.

    So I think Unison always had to have a platform to support bringing this stuff into the language, even though they built the language first.

    I'd love to hear some opinions from outside Unison about how they like using this language, tooling and hosting.

    I'd like to hear this too.

    Also, it would be great if there was something like https://eugenkiss.github.io/7guis/ or https://todomvc.com/ for platforms that we could use to compare Unison, AWS, etc etc. Or is there already a 7GUIs for platforms that I don't know about?

  • How easy is ruby to learn from zero experience coding
    3 projects | /r/ruby | 4 Apr 2023
    How easy or hard to build Shopify without zero coding experience? Shopify is a big thing =) So that would be hard to build with zero coding experience. Start with a todo list, micro blog, or something small in scope that interests you. https://todomvc.com/ is interesting since it is the identical app, written in many different ways, different languages and frameworks - and you can use them as reference to see how others have built something.
  • Build a decentralized CRUD application using Typescript, React, and DB3.js
    3 projects | dev.to | 3 Mar 2023
    This article will transform a classic demo example of TodoMVC into a decentralized TodoMVC using DB3.js. We will show how to use DB3.js to perform CRUD operations and demonstrate the process of writing, reading, modifying, and deleting data in decentralized applications. We will complete a to-do list application as shown below. You can click here to view the demo code.
  • There is a Github repo that recreated the same project with different web frameworks, amazing for learning. Does anybody know it?
    2 projects | /r/webdev | 10 Feb 2023
  • On Not Drinking the FP Kool-Aid
    6 projects | /r/functionalprogramming | 27 Jan 2023
    Um, just thought of something. If all the whatevers are so great (IO monad, state monad, applicatives, etc.) they should be demonstrated in one of these examples.
  • Help to migrate a simple app from Elm to React, Angular or VanillaJS.
    2 projects | /r/elm | 6 Nov 2022
    I just had a quick glance but it looks like an example implementation from here and you can find plenty of react/angular,... implementations right on the side (probably even together with go ;) )
  • Ask HN: How you maintain your daily log?
    18 projects | news.ycombinator.com | 27 Oct 2022
    I built my own To Do website, custom domain, hosted on pi (but I have since moved it to digital ocean hosting).

    It's basically a toy website that I used to try out web frameworks. In my case I tried out Python's Django and Flask. Other people have done the same in a variety of languages and frameworks - check out https://todomvc.com/

    It has the colors, font, work-flow, features that I want.

  • Is there a RosettaCode for frameworks?
    3 projects | /r/ExperiencedDevs | 16 Oct 2022
    Yep, there's this: https://todomvc.com/
    3 projects | /r/ExperiencedDevs | 16 Oct 2022
  • New Rails 7 template, with Tailwind, Turbo, Ralix, PostgreSQL and esbuild
    5 projects | /r/rails | 19 Sep 2022
    You can compare (LOC, complexity and final bundle size) for example using the TodoMVC app:- Ralix version: https://github.com/ralixjs/ralix-todomvc- React version: https://github.com/tastejs/todomvc/tree/gh-pages/examples/react- Stimulus: https://github.com/chloerei/todomvc-stimulus- Vanilla version: https://github.com/tastejs/todomvc/tree/gh-pages/examples/vanilla-es6

What are some alternatives?

When comparing Apache Thrift and todomvc you can also consider the following projects:

gRPC - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

ZeroMQ - ZeroMQ core engine in C++, implements ZMTP/3.1

Cap'n Proto - Cap'n Proto serialization/RPC system - core tools and C++ library

Protobuf - Protocol Buffers - Google's data interchange format

Apache Avro - Apache Avro is a data serialization system.

Apache Parquet - Apache Parquet

nanomsg - nanomsg library

Big Queue - A big, fast and persistent queue based on memory mapped file.

rpclib - rpclib is a modern C++ msgpack-RPC server and client library

Apache Orc - Apache ORC - the smallest, fastest columnar storage for Hadoop workloads

SBE - Simple Binary Encoding (SBE) - High Performance Message Codec

libjson-rpc-cpp - C++ framework for json-rpc (json remote procedure call)