#How to deploy to XAMPP?

15 messages ยท Page 1 of 1 (latest)

drifting token
#

I'm interested both in mostly in SSR but also in SSG solutions.

bright pivot
drifting token
#

So in SSR mode I have to completely rely on the framework's webserver?

bright pivot
#

For a Javascript project, it's quite common for the build's runtime to be built on top of Node.js. However, the core of Qwik City static site generation isn't tied to using only Node.js, which is why the qwikCityGenerate() function is imported from <@&951952239579258920>.io/qwik-city/static/node. By scoping the generate function to a specific runtime, such as Node.js, this gives Qwik City the flexibility to also generate SSG from other runtimes in the future, such as Deno or Bun.

drifting token
#

Ooookay

#

So virtual hosts, HTTPS, etc falls onto me to code a solution to?

bright pivot
#

If you want https you should follow the XAMPP solutions.

drifting token
#

So SSG?

#

Well... Okay

bright pivot
#

Or fastify

#

In order to deploy the server, you need to run the server/entry.[server].js file in the server of your choice, where [server] can be express or fastify.

#

And you will have SSR

drifting token
#

Thank you