Deno Middleware

Qwik City Deno middleware allows you to hook up Qwik City to a Deno server which uses the standard Request/Response that's well supported by Deno. Some Deno server implementations include:

Installation

To integrate the deno adapter, use the add command:

npm run qwik add deno

Production build

To build the application for production, use the build command, this command will automatically run npm run build.server and npm run build.client:

npm run build

Serve

To start the Deno server after a build:

npm run serve

Production deploy

Since you are choosing Deno, here you are in your own, after running npm run build:

  • The dist folder will be created including all the static files.
  • The server folder will be created including all node server files.

Contributors

Thanks to all the contributors who have helped make this documentation better!

  • adamdbradley