Runtimes

Deno

Run Nitro apps with Deno runtime.

Preset: deno-server

You can build your Nitro server using Node.js to run within Deno Runtime in a custom server.

# Build with the deno NITRO preset
NITRO_PRESET=deno-server npm run build

# Start production server
deno run --unstable --allow-net --allow-read --allow-env .output/server/index.ts

Denoy Deploy

Read more in Deploy > Providers > Deno Deploy.