Node.js

Product Thumbnail
Product

Red Hat build of Node.js

Red Hat build of Node.js makes it possible to run JavaScript outside of a browser. Its small size, fast startup, and high developer productivity makes it versatile in almost any use case.

Node.js reference architecture
Article

CI/CD best practices in Node.js

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

​​​​​​​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.

Node.js reference architecture
Article

How to handle transactions in Node.js

Michael Dawson

This installment of our Node.js reference architecture series covers integrating transactions into your application.

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

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

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 +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.