Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Node.js at Red Hat: 2024 Year in Review

January 20, 2025
Lucas Holmquist
Related topics:
Artificial intelligenceNode.js
Related products:
Red Hat build of Node.js

    As we start the new year it’s a good time to look back at the work of the Red Hat Node.js team over the previous year. Time goes by quickly and it’s easy to forget all the good work and useful assets that we’ve put together. The team is involved in a wide variety of work - from doing the upstream Node.js releases, keeping the V8 JavaScript engine running on Power and s390 platforms, publishing content to help Node.js developers learn and adopt Node.js, and creating guidance for enterprise Node.js deployments. Through our wide-ranging work, we have the opportunity to collaborate with many people from across the community and ecosystem.

    Community Involvement

    The Red Hat Node.js team continues to represent Red Hat as one of the most active companies contributing to the community Node.js project. From our leadership on the Technical Steering Committee, keeping the build infrastructure in place, taking on security triage rotations and helping with releases, the team continues to be highly engaged. In addition to the “keep the project running” work we are also active members of the Node-API team team, and help lead forward-thinking efforts like the Next 10 effort. 

    The team is also very active in the v8 upstream that Node.js depends on, keeping V8 running on PPC and s390 architectures which is a big portion of the team’s overall work.

    Supporting our Customers

    While we do spend a lot of our time on community work, we also work on a number of key initiatives for Red Hat as well. This past year saw our team ship a wide range of assets and content. 

    Red Hat build of Node.js

    The Node.js team works closely with the RHEL team that ships the Red Hat build of Node.js with the most recent release being Node.js 22.This year we continued to investigate and resolve issues raised by our customers, including investigating and fixing issues in the community Node.js project so that we minimize the differences between the community Node.js releases and the Red Hat build of Node.js. If you are a Red Hat customer we look forward to supporting you with issues you might run into.

    Tested and Verified

    Most JavaScript applications need more than just the Node.js runtime. In order to minimize risks for our customers the team runs the test for some key modules on UBI with the Red Hat Build of Node.js so that we are confident they run well on our platform. You can check out the list in the documentation for “Tested and Verified” 

    These days it seems everybody is trying out and experimenting with large language models and AI and this includes Node.hs developers. While the module is not yet in our official Tested and Verified listing, we have added the popular AI framework langchain.js to our platforms test suite so we can make sure it works effectively with our platforms.

    Node Modules

    The team is also responsible for keeping some key modules up-to-date.  These modules include opossum, faas-js-runtime and kube-service-bindings.  

    Similar to previous years, both the faas-js-runtime and opossum modules saw multiple community contributions that added value to these frameworks.  The list of releases for these two modules can be found here and here.  Thanks again to those community members that contributed their time and effort .

    Node.js Reference Architecture

    In 2023 we “completed” work on both the  Node.js Reference Architecture and its companion blog series.  In 2024 we were able to take those 18(!) posts and make an E-book, A Developer's Guide to the Node.js Reference Architecture.

    We have also continued on with our next phase, a reference architecture for the web.  While not as complete as its Node.js counterpart, we have made some progress over the past year.

    Our team also had the opportunity to contribute to the “The Nine Node Pillars”. The Node.js reference architecture has a lot of suggestions on how to properly handle those pillars as outlined in The nine Node.js pillars and the Node.js reference architecture.

    UBI Buildpacks

    Most Red Hat customers will be familiar with S2i, but there are other ways to bundle Node.js applications into containers. In the past year the Node.js team continued to work on improving support for UBI in the Paketo buildpacks If you want to learn more about using UBI with the Paketo buildpacks check out this series - https://developers.redhat.com/articles/2024/06/18/build-applications-paketo-buildpacks-and-red-hat-ubi-container-images.

    AI

    Like many other companies, AI was a focus for us this year too.  TypeScript and JavaScript are often the second language supported by libraries used to interact with large language models  (for example Langchain, Ollama, Llamaindex). The team focused not only on the getting started experience for Node.js developers, but also covered some more advanced topics in the AI space such as Retrieval Augmented Generation(RAG),Tools, and agents.

    A great round up of our AI posts can be found in this article.  To learn more about our team's AI involvement, check out our Node.js AI topic page.

    For those that have been using the AI Lab extension with Podman desktop, there is now a new Node.js chatbot recipe that members of the team created.    

    Content

    This past year saw a variety of new blog content published to the Red Hat Developer site.  Not only did we publish many new AI related articles, as mentioned previously, but we also added a few new learning paths, such as this one:  Develop cloud-native Node.js applications with Express.js. 

    Plans for this year are no different.  We will continue to post our Node.js and AI related articles as well as other enterprise content that Node.js developers have come to expect from our team.

    Conferences

    Similar to last year, the team was back to presenting talks. As usual, members of the team were present at the “Big” conference, Nodeconf.EU.  We also participated in both Node.js Collaborators summits.  The first was in London in the Spring, while the second was located in Dublin in the Fall.

    See the following articles covering our participation at these conferences:

    • NodeConf EU 2024 Wrap up - Thoughts from the Red Hat Team

    Looking forward to 2025

    In 2025, we’ll continue to be active in the community, supporting the planned new major releases of Node.js 24 and 25. We’ll also be continuing to develop our Web Reference Architecture and much more.

    Happy new year from the Node.js team at Red Hat!

    Disclaimer: Please note the content in this blog post has not been thoroughly reviewed by the Red Hat Developer editorial team. Any opinions expressed in this post are the author's own and do not necessarily reflect the policies or positions of Red Hat.

    Recent Posts

    • Red Hat Enterprise Linux 10.2 and 9.8: Top features for developers

    • What GPU kernels mean for your distributed inference

    • Debugging image mode with Red Hat OpenShift 4.20: A practical guide

    • EvalHub: Because "looks good to me" isn't a benchmark

    • SQL Server HA on RHEL: Meet Pacemaker HA Agent v2 (tech preview)

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.