Run Node.js application in Docker & deploy it to Microsoft Azure

Utilising cloud services make it easy to deploy Node.js applications online, without the need to setup an own virtual private server (VPS) and install and configure the needed operating system and/or runtimes in it. It’s also an important tool for the realisation of web solutions based on micro services.

In this article, I’ll show how to run a minimal Node.js application inside Docker and deploy it to Microsoft Azure using the Azure Container Registry and Azure App Services.

read more…

Install Node.js in Debian 10

To be able to develop with Node.js or to deploy Node.js application on a server there has to be a Node.js runtime installed on the server. Whereas there is Node.js available in the Debian package repository its not the most current Node.js version. Let’s install Node.js in a more current version from a external apt repository.

read more…

↑ back to top ↑