Azure Caches for Redis with Node.JS

Azure Caches for Redis provides an in-memory data store based on the Redis software. Azure Cache for Redis is based on the popular open-source Redis cache. It gives you access to a secure, dedicated Redis…

Deploy Node.JS application to Azure App Service

Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure. It offers auto-scaling and high availability, supports both…

AKS #4: Deploy a NodeJS application to AKS

Node.js is a platform for building fast and scalable server applications using JavaScript. Node.js is the runtime and npm is the Package Manager for Node.js modules. In this article, we're going to explore methods to…

Configure Nginx as Reverse Proxy for Nodejs app

Nodejs is a free open source, lightweight, scalable and efficient JavaScript framework built on Chrome’s V8 JavaScript engine, and uses an event-driven, non-blocking I/O model. Nodejs is now everywhere, and has become so popular for developing…