recommendation webserver - IIS vs nginx

Godot Version

4.5.1

Question

Hi,
Which web server is recommended? There is a lot of information available about web export, but unfortunately no specific details about a web server. I have the option of using an MS IIS web server or an nginx. Are there any other system requirements that the web server should meet?
It is simply a straightforward application with a few form fields.
best regards
engine4711

I like nginx :slight_smile:

Suppose it only needs to support SharedArrayBuffers if you intend to use threads in your web export, otherwise basic file serving.

NGINX. In the Linux world I’ve never seen IIS be run. Linux is much cheaper than Windows yet still powers 90%+ of the servers out there. Linux is faster, cheaper, and more compatible.

NGINX, then Apache. Never IIS, please…

Thanks for your reply. I would like to use SharedArrayBuffers.
Is the NGINX in the standard installation sufficient, or is more needed?