lucet
uppercut
lucet | uppercut | |
---|---|---|
5 | 2 | |
4,061 | 9 | |
- | - | |
6.6 | 4.7 | |
over 2 years ago | 9 months ago | |
Rust | Rust | |
Apache License 2.0 | MIT License |
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.
lucet
-
Unlocking the Power of WebAssembly
WebAssembly is extremely portable. WebAssembly runs on: all major web browsers, V8 runtimes like Node.js, and independent Wasm runtimes like Wasmtime, Lucet, and Wasmer.
-
A Look at Performance in Wasmtime and Cranelift
The bytecode alliance had the lucet project which would be an OS executing WASM application, enabling very strict sandboxing.
-
Your python 4 dream list.
References for anyone following: wasmtime Lucet
-
There are a *lot* of actor framework projects on Cargo.
I guess lucet could be an under-layer for this but it's not really the same, different levels of the stack. Fascinating.
-
Writing Rust the Elixir way
I also want to use this opportunity to say a big thank you to the teams working on Rust, Wasmer, Wasmtime, Lucet and waSCC. It would be impossible to build Lunatic without all the hard work put into this projects.
uppercut
-
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
What are some alternatives?
genact - 🌀 A nonsense activity generator
protocol - Protocol specification for Moleculer Framework
lunatic - The Lunatic VM [Moved to: https://github.com/lunatic-solutions/lunatic]
little-raft - The lightest distributed consensus library. Run your own replicated state machine! ❤️
Celluloid - Actor-based concurrent object framework for Ruby
ponyarchive - A wrapper for libarchive for Pony
specs - Specs - Parallel ECS
paxakos - Rust implementation of Paxos consensus algorithm
Kubewarden - Kubewarden is a policy engine for Kubernetes. It helps with keeping your Kubernetes clusters secure and compliant. Kubewarden policies can be written using regular programming languages or Domain Specific Languages (DSL) sugh as Rego. Policies are compiled into WebAssembly modules that are then distributed using traditional container registries.
gleam - ⭐️ A friendly language for building type-safe, scalable systems!
async-std - Async version of the Rust standard library
moleculer-rs - 🚀 Progressive microservices framework for Rust, based on and compatible with moleculerjs/moleculer