typed-protocols VS tendermint

Compare typed-protocols vs tendermint 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
typed-protocols tendermint
2 33
8 5,653
- 0.4%
7.7 0.0
3 months ago 12 days ago
Haskell Go
- Apache License 2.0
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.

typed-protocols

Posts with mentions or reviews of typed-protocols. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-05.
  • On Implementation of Distributed Protocols
    23 projects | dev.to | 5 Apr 2024
    Certain correctness properties of code can be ensured statically, i.e. at compile time. Those checks rely on the programming language's type system. Software engineers can take advantage of type safety features to implement components in a way that makes them safe by construction. For example, Cardano uses the typed-protocols package, a generic framework for implementing application-level protocols, which is based on a simple form of session typing.6 Within this framework, protocols are described as state machines encoded into Haskell types. The allowed transitions between states correspond to messages exchanged between the peers, so the protocol state determines which messages are allowed to be sent or must be accepted when received, at type level. This simplifies protocol implementation, allows early detection of protocol violations, and makes the protocols themselves deadlock-free by construction. More advanced type-level programming techniques may allow achieving impressive levels of type safety; however, such code may be significantly harder to implement, understand, and maintain.
  • RPC lib?
    5 projects | /r/haskell | 19 Feb 2023
    I like to use typed-protocols for this: https://github.com/input-output-hk/typed-protocols/

tendermint

Posts with mentions or reviews of tendermint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-05.

What are some alternatives?

When comparing typed-protocols and tendermint you can also consider the following projects:

nng-haskell - Haskell bindings for NNG (https://github.com/nanomsg/nng)

raft - Golang implementation of the Raft consensus protocol

cardano-node - The core component that is used to participate in a Cardano decentralised blockchain. [Moved to: https://github.com/IntersectMBO/cardano-node]

cosmos-sdk - :chains: A Framework for Building High Value Public Blockchains :sparkles:

fabric - Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.

torrent - Full-featured BitTorrent client package and utilities

starport - Ignite CLI is the all-in-one platform to build, launch, and maintain any crypto application on a sovereign and secured blockchain [Moved to: https://github.com/ignite-hq/cli]

gleam - Fast, efficient, and scalable distributed map/reduce system, DAG execution, in memory or on disk, written in pure Go, runs standalone or distributedly.

celeriac - Golang client library for adding support for interacting and monitoring Celery workers, tasks and events.

ringpop-go - Scalable, fault-tolerant application-layer sharding for Go applications

DHT - BitTorrent DHT Protocol && DHT Spider.

grpc-go - The Go language implementation of gRPC. HTTP/2 based RPC