OpenWorkers is a runtime for running javascript code in a serverless environment. It is designed to be used with the OpenWorkers CLI.
This repository contains the runtime library.
cargo build --release --examples
cargo run --bin snapshot
cargo run --example serve-new -- examples/serve.js
cargo run --example serve-same -- examples/serve.js
export RUST_LOG=openworkers_runtime=debug,serve=debug # Optional
cargo run --example scheduled -- examples/scheduled.js