Get the latest tech news
Show HN: SwimOS Rust – A framework for real-time streaming data applications
Self-contained distributed software platform for building stateful, massively real-time streaming applications in Rust. - swimos/swim-rust
The Swim Rust SDK contains software framework for building stateful applications that can be interacted with via multiplexed streaming APIs. Each application consists of some number of stateful agents, each of which runs as a separate Tokio task and can be individually addressed by a URI. An agent may have both public and private state which can either be held solely in memory or, optionally, in persistent storage.
Or read this on Hacker News