Good day everyone.
I am new to using NGINX and i would like to know the following:
1. What performance issues does NGINX have when installed in a Windows OS environment?
2. I am creating an App where i will be running 2 Node.js server Apps listening on PORTs 3001 and 3002 with PM2 as the load balancer and clustering service. I want to configure NGINX to act as a reverse proxy for these 2 Node.js server Apps, to terminate TLS/SSL connections and to serve static HTML pages to clients. However, i would like to host NGINX on a windows server that will serve at most a community of 300 people in this pilot phase. Will the NGINX windows performance issues be noticeable for such a small sized traffic from 300 people?