Menu
Libraries |
Category

sveltekit-adapter-deno

⚠️ This project is no longer maintained!

Deno is now mostly compatible with SvelteKit, and the official adapters should be preferred.

Purpose

This adapter was designed to generate standalone Deno or Deno Deploy servers for SvelteKit applications.

Key Features

  • Supports Deno and Deno Deploy as deployment targets.
  • Allows importing Node modules (with node: prefix) and NPM modules in server routes.
  • Configurable via environment variables (PORT and HOST).

Target Audience

Developers looking to deploy SvelteKit applications on Deno or Deno Deploy.

Limitations & Recommendations

  • Not recommended for Deno Deploy due to unresolved performance issues (isolate start-up time and reduced regions).
  • The adapter is no longer maintained, and official SvelteKit adapters should be used instead.

Demo

A live demo is available at sveltekit-adapter-deno.deno.dev.

License

MIT License | Copyright © 2023 David Bushell

denodeno-deployjavascriptsveltesveltekittypescript

Comments