Node.js

Node.js reference architecture
Article

CI/CD best practices in Node.js

Lucas Holmquist Profile pic Lucas Holmquist

This article offers guidance on continuous integration/continuous delivery (CI/CD) from the Node.js reference architecture teams.

Featured image for Node.js.
Article

Load balancing, threading, and scaling in Node.js

Michael Dawson Michael Dawson

​​​​​​​Many apps require more computational resources than a single thread or process can handle. Learn how to meet this need in your Node.js applications.

Lesson Thumbnail
Lesson

Developing with Node.js

This track provides an introduction to cloud-native development with Node.js by walking you through how to extend an Express.js-based application to leverage cloud capabilities.

15 minutes | Beginner
Node.js container with S2I feature image
Article

How to deploy Next.js applications to Red Hat OpenShift

Michael Dawson Michael Dawson

Next.js is one of many popular frameworks for deploying sites based on Node.js. In this article, you'll learn how to deploy Next.js applications using the ubi8/nodejs-16 and ubi8/nodejs-16-minimal containers available from Red Hat. We will also show you how to deploy the containers to Red Hat OpenShift.

Node.js reference architecture
Article

Join the Red Hat team at NodeConf EU 2022

Lucas Holmquist Profile pic Lucas Holmquist

Get an introduction to Node.js cloud-native development and explore lesser-known Node.js Core modules with the Red Hat team at NodeConfEU 2022.

Featured image for Node.js with Kubernetes.
Article

Connect MongoDB to a Node.js application with kube-service-bindings

Costas Papastathis photo profil Costas Papastathis + 1

This is the third and final article in a three-part series introducing kube-service-bindings for Node.js developers on Kubernetes. Together with the Service Binding Operator (SBO), kube-service-bindings makes it easier to share credentials for services with your applications.

Node.js reference architecture
Article

8 elements of securing Node.js applications

Lucas Holmquist Profile pic Lucas Holmquist

Discover key elements of building security into your software development process such as managing access in part 9 of the Node.js reference architecture series.