The Swim Rust SDK is a software framework designed for building stateful, real-time streaming applications using Rust. It operates on the Tokio asynchronous runtime and requires a Tokio runtime. Applications consist of multiple stateful agents running as separate tasks, each addressable by a URI. These agents can interact through multiplexed streaming APIs with both public and private states. Public states consist of lanes, which can be observed and modified over web-socket connections. The framework also supports persistent storage options and includes a variety of example applications for developers.
1 Comment
Sort: