This repository contains the source code for the OpenWorkers project. OpenWorkers is a project that aims to provide a simple, easy to use, and secure platform for running code in the cloud. The project is currently in the early stages of development, and is not yet ready for production use.
Install rustup and cargo:
curl https://sh.rustup.rs -sSf | sh
USAGE:
rs-engine [filepath or eval script] [OPTIONS]
OPTIONS:
--fetch Trigger the fetch event
# Development
cargo run path/to/file.js
cargo run eval "console.log('Hello World!')"
# Build
./target/release/rs-engine path/to/file.js --fetch
./target/release/rs-engine eval "console.log('Hello World!')"
cargo build --release