Deploying web apps with Nginx - web server, reverse proxy and SSL
This article covers setting up Nginx web server for SPAs and PWAs, reverse proxy for APIs & SSR apps, and installing a free SSL certificate
Mar 28, 20245 min read199

Search for a command to run...
Articles tagged with #nodejs
This article covers setting up Nginx web server for SPAs and PWAs, reverse proxy for APIs & SSR apps, and installing a free SSL certificate

Imagine having the power to pull the plug on JavaScript promises or asynchronous functions midway! Using JavaScript's AbortController, you can abort fetch requests both on the browser and in Node JS. Furthermore, in Node JS, this feature enables you ...
