Skip to content

stackpop/edgezero

Repository files navigation

EdgeZero

Production-ready toolkit for portable edge HTTP workloads. Write once, deploy to Fastly Compute, Cloudflare Workers, 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
Axum (Native) Host Stable

License

Apache License 2.0 - see LICENSE for details.

About

A portable Rust framework for writing HTTP workloads that compile to WebAssembly and deployable to Fastly, Cloudflare Workers, or Docker containers.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors