Node.js

NodeConf Remote 2020 featured image
Article

Red Hat talks and workshops at NodeConf Remote 2020

Lucas Holmquist

Learn how to integrate JavaScript and Node.js with other technologies like authentication, distributed data caching and streaming, or business automation at NodeConf Remote 2020.

Featured image for Node.js on OpenShift
Article

Get started with Node.js 14 on Red Hat OpenShift

Alexandros Alykiotis

Learn two ways to quickly deploy Node.js 14 on Red Hat OpenShift, and get started using new JavaScript language features in the V8 8.1 JavaScript engine.

featured image for the new odo release
Article

Kubernetes integration and more in odo 2.0

Serena Chechile Nichols +1

Explore the updates in the odo 2.0 CLI, which now integrates with Kubernetes, defaults to devfile deployments, and lets you deploy Operators.

Use Node.js 14
Article

Use Node.js 14 on Red Hat OpenShift

Lucas Holmquist

Red Hat will release a Universal Base Image for Node.js 14 for Red Hat OpenShift and Red Hat Enterprise Linux, but this article gets you started today.

ServiceBindingRequest
Article

Service Binding Operator: The Operator in action

Shoubhik Bose +2

In this article, we'll look at a more advanced service binding topic—custom environment variables—and walk through a typical usage scenario. 

ServiceBindingRequest
Article

Introducing the Service Binding Operator

Shoubhik Bose +2

We introduce the Service Binding Operator, which lets application developers easily bind applications to operator-managed backing services.

Red Hat Developer image
Article

Develop with Node.js in a container on Red Hat Enterprise Linux

Rob Terzi

Develop with Node.js in a container on Red Hat Enterprise Linux - You can use Red Hat Enterprise Linux 8 Universal Base Images and application streams to develop in containers even if you are still running RHEL 7.

OpenShift Operator
Article

Use Node.js 12 on Red Hat OpenShift today

Lucas Holmquist

Get started with Node.js 12 on Red Hat OpenShift with these quick examples showing how to deploy an application using the Node.js 12 image.

Node.js
Article

Building a Node.js service using the API-first approach

Mikel Sanchez

This article demonstrates the API-first development approach. To do this, it shows how to set up a Node.js microservice based on TypeScript by first generating an OpenAPI Specification file and then focusing only on developing the business logic. All the validations of the API are managed by oas-tools, which saves development time.