This is a Rust server app written with (tide) running inside a Cloudflare worker. The core app code lives in notes-demo and this repository contains the glue code needed to run the server.
Try the demo.
# compiles your project to WebAssembly and will warn of any issues
wrangler build
# run your Worker in an ideal development workflow (with a local server, file watcher & more)
wrangler dev
# deploy your Worker globally to the Cloudflare network (update your wrangler.toml file for configuration)
wrangler publish