Skip to content

logankeenan/notes-demo-cf-worker

Repository files navigation

RORA - Notes Demo Cloudflare Worker

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.

Wrangler

# 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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages