A collection of projects experimenting with how to run a Rust app on various platforms.
- app - A basic note-taking application.
- api - The API which the app communicates with
- server-side (demo) - Standard server side implementation
- spa (demo) - A client-side server leveraging service workers
- spa-server (demo) - Server-side implementation for the first initial page load followed by the client-side server for subsequent requests
- cloudflare - Server-side implementation running in Cloudflare. Coming soon, see an existing example.
- ios/android/desktop - Coming soon with Tauri
Client-Side Server with Rust: A New Approach to UI Development