Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 532 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 532 Bytes

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