Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.34 KB

File metadata and controls

42 lines (29 loc) · 1.34 KB

EdgeZero

Production-ready toolkit for portable edge HTTP workloads. Write once, deploy to Fastly Compute, Cloudflare Workers, Fermyon Spin, or native Axum servers.

Quick Start

# Install the CLI
cargo install --path crates/edgezero-cli

# Create a new project
edgezero-cli new my-app
cd my-app

# Start the dev server
edgezero-cli dev

# Test it
curl http://127.0.0.1:8787/

Documentation

Full documentation is available at stackpop.github.io/edgezero.

Supported Platforms

Platform Target Status
Fastly Compute wasm32-wasip1 Stable
Cloudflare Workers wasm32-unknown-unknown Stable
Fermyon Spin wasm32-wasip1 Preview
Axum (Native) Host Stable

License

Apache License 2.0 - see LICENSE for details.