uppercut
Small and simple actor model implementation. (by sergey-melnychuk)
protocol
Protocol specification for Moleculer Framework (by moleculer-framework)
uppercut | protocol | |
---|---|---|
2 | 1 | |
10 | 22 | |
- | - | |
4.7 | 3.4 | |
10 months ago | 7 months ago | |
Rust | JavaScript | |
MIT License | 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.
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.
uppercut
Posts with mentions or reviews of uppercut.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-01.
-
There are a *lot* of actor framework projects on Cargo.
One more Actor Model implementation for the list: https://github.com/sergey-melnychuk/uppercut
-
Side project: Raft distributed consensus algorithm implementation & CLI visualization in Rust
PAXOS is even simpler that Raft IMO, when distilled to message-specific state updates. This is my homegrown PAXOS impl in Rust based on also homegrown Actor Model impl in 370 LoC: https://github.com/sergey-melnychuk/uppercut/blob/develop/examples/paxos.rs
protocol
Posts with mentions or reviews of protocol.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-01.
-
There are a *lot* of actor framework projects on Cargo.
Here is the protocol I implemented in rust: https://github.com/moleculer-framework/protocol
What are some alternatives?
When comparing uppercut and protocol you can also consider the following projects:
lucet - Lucet, the Sandboxing WebAssembly Compiler.
ponyarchive - A wrapper for libarchive for Pony
little-raft - The lightest distributed consensus library. Run your own replicated state machine! ❤️
gleam - ⭐️ A friendly language for building type-safe, scalable systems!
paxakos - Rust implementation of Paxos consensus algorithm
spxp-specs - Protocol Specifications
Akka - A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.
moleculer-rs - 🚀 Progressive microservices framework for Rust, based on and compatible with moleculerjs/moleculer