node.js

Node.js and JavaScript at the edge: The why, what, and how
Event

Node.js and JavaScript at the edge: The why, what, and how

Rob Sedor

Node.js and JavaScript have always been a great fit for Internet of Things (IoT) applications due to their asynchronous nature and easy integration with C/C++ through add-ons. They are also heavily used in cloud and web-based applications running on existing IT infrastructure.

Node.js reference architecture
Article

Node.js community update

Bethany Griggs +1

Learn about upcoming Node.js releases and explore new features including HTTP fetch(), ECMAScript modules, and more.

ECMAScript modules cheat sheet feature card
Cheat Sheet

ECMAScript Modules Cheat sheet

Lucas Holmquist

ECMAScript modules (ESM) are the official standard format for packaging JavaScript code for reuse.

Node.js reference architecture
Article

NodeConf Remote 2021 preview: 4 must-see talks

Michael Dawson

Hear from Red Hat's Node.js and JavaScript experts at NodeConf Remote 2021, with talks on building cloud-native solutions on Kubernetes and more.

Node.JS on OpenShift 2
Article

Join the Red Hat team at OpenJS World 2021

Michael Dawson

Look back at Red Hat's involvement at the OpenJS World 2021 conference. We took part in sessions exploring the impact of Node.js and JavaScript on technology.

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.

Article Thumbnail
Article

PHP 7.2, Node.js 10, NGINX 1.14 and others now GA for RHEL

Mike Guerette

We are pleased to announce general availability Red Hat Software Collections 3.2, which adds these components to Red Hat Enterprise Linux 7 : PHP 7.2 Varnish Cache 6.0 MySQL 8.0 NGINX 1.14 Node.js 10 Git 2.18 Update of Apache HTTP server 2.4 These versions are available on Red Hat Enterprise Linux 7 (Devtools or RHSCL channel) for x86_64, s390x, aarch64, and ppc64le. Read more details about each component in the "New Components details" section. About Red Hat Software Collections Twice...

Introduction to Istio Service Mesh series
Article

Istio Egress: Exit Through the Gift Shop

Don Schenck

Using Istio with Red Hat OpenShift and Kubernetes makes life with microservices easier. But what if you want your microservice to talk to another service that is outside of your OpenShift/Kubernetes/pods environment? Enter Istio Egress.

Running Microsoft SQL Server pod on OpenShift
Article

Zero to Express on OpenShift in Three Commands

Lucas Holmquist

With the recent announcement that Node.js is available as part of Red Hat OpenShift Application Runtimes, I wanted to see how easy it was to deploy an Express.js app on Red Hat OpenShift. It was quite easy to go from zero to having an Express app deployed and running. I show how using npx and nodeshift.