sandstorm-rawapi-example-rust icon indicating copy to clipboard operation
sandstorm-rawapi-example-rust copied to clipboard

Example Sandstorm app using only the raw Cap'n Proto API, written in Rust.

Sandstorm Raw API Example App In Rust

This is an example Sandstorm application which uses the raw Cap'n Proto-based Sandstorm API to serve a web UI without an HTTP server. The original version was written in C++.

Running

Install Rust, Cap'n Proto, and Sandstorm. Then do:

$ cargo build --release
$ spk dev