Skip to main content
Redhat Developers  Logo
  • Products

    Featured

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat OpenShift AI
      Red Hat OpenShift AI
    • Red Hat Enterprise Linux AI
      Linux icon inside of a brain
    • Image mode for Red Hat Enterprise Linux
      RHEL image mode
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • Red Hat Developer Hub
      Developer Hub
    • View All Red Hat Products
    • Linux

      • Red Hat Enterprise Linux
      • Image mode for Red Hat Enterprise Linux
      • Red Hat Universal Base Images (UBI)
    • Java runtimes & frameworks

      • JBoss Enterprise Application Platform
      • Red Hat build of OpenJDK
    • Kubernetes

      • Red Hat OpenShift
      • Microsoft Azure Red Hat OpenShift
      • Red Hat OpenShift Virtualization
      • Red Hat OpenShift Lightspeed
    • Integration & App Connectivity

      • Red Hat Build of Apache Camel
      • Red Hat Service Interconnect
      • Red Hat Connectivity Link
    • AI/ML

      • Red Hat OpenShift AI
      • Red Hat Enterprise Linux AI
    • Automation

      • Red Hat Ansible Automation Platform
      • Red Hat Ansible Lightspeed
    • Developer tools

      • Red Hat Trusted Software Supply Chain
      • Podman Desktop
      • Red Hat OpenShift Dev Spaces
    • Developer Sandbox

      Developer Sandbox
      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Secure Development & Architectures

      • Security
      • Secure coding
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
      • View All Technologies
    • Start exploring in the Developer Sandbox for free

      sandbox graphic
      Try Red Hat's products and technologies without setup or configuration.
    • Try at no cost
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • Java
      Java icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • API Catalog
    • Product Documentation
    • Legacy Documentation
    • Red Hat Learning

      Learning image
      Boost your technical skills to expert-level with the help of interactive lessons offered by various Red Hat Learning programs.
    • Explore Red Hat Learning
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

Introduction to the Node.js reference architecture: Wrapping up

January 3, 2024
Lucas Holmquist
Related topics:
Node.js
Related products:
Red Hat build of Node.js

Share:

    Welcome back to the Node.js reference architecture series. This post will serve as a wrap-up for the Node.js series and offer a look at what is coming next from our reference architecture team.

    Catch up on the rest of the series:

    • Part 1: Overview of the Node.js reference architecture
    • Part 2: Logging in Node.js
    • Part 3: Code consistency in Node.js
    • Part 4: GraphQL in Node.js
    • Part 5: Building good containers
    • Part 6: Choosing web frameworks
    • Part 7: Code coverage
    • Part 8: TypeScript
    • Part 9: Securing Node.js applications
    • Part 10: Accessibility
    • Part 11: Typical development workflows
    • Part 12: npm development
    • Part 13: Problem determination
    • Part 14: Testing
    • Part 15: Transaction handling
    • Part 16: Load balancing, threading, and scaling
    • Part 17: CI/CD
    • Part 18: Wrap-up

    Where we started

    When we started this journey more than two years ago, we wanted a way to present the team's opinion on what components our customers and internal teams should use when building Node.js applications and guidance for how to be successful in production with those components.

    We also had these four points in mind during our discussions:

    • Where possible, the opinion is based on what we've used internally and in our customer engagements.
    • The components specified will be our first priority for our contributions to open source projects in the JavaScript ecosystem.
    • Due to the above, these are the components the team is best positioned when working with internal and external customers. However, we do not include formal support for these components in any of our support offerings unless specifically identified in those offerings.
    • The recommended components may change over time as technologies and approaches change.

    What we covered

    Our goal was to cover a wide range of components from the team's experiences. We were able to accomplish this succinctly by breaking them up into 3 sections.

    Functional components

    These were the things that make a Node.js application a Node.js application. Below are links to those article in the series that are classified as Functional Components.

    • GraphQL in Node.js
    • Choosing web frameworks
    • REST API development
    • Load balancing, threading, and scaling
    • Transaction handling

    Development

    These are things that a developer should be thinking about while developing their Node.js application. Below are links to those article in the series that are classified as Development.

    • Code consistency in Node.js
    • Building good containers
    • Code coverage
    • Typescript
    • Securing Node.js applications
    • Accessibility
    • Typical development workflows
    • npm development
    • Testing
    • CI/CD

    Operations

    These are things that a developer will be using and monitoring when their application is deployed and being used. Below are links to those article in the series that are classified as Operations.

    • Logging in Node.js
    • Problem determination

    At the beginning of November I was lucky enough to give a talk about what we have done in the Node.js reference architecture at the Open Source in Finance Forum in New York City. You can view that talk here: Node.js Reference Architecture - Luke Holmquist, Red Hat

    What's next for the Node.js team

    Now that we have "completed" the Node.js reference architecture, which was mostly focused on the back end, we are now starting to focus on the front end, with the web reference architecture.

    We plan on following the same set of guidelines that we came up with for the Node.js/back-end version. We also plan to use the same top-level headings; you can see those here.

    Red Hat and Node.js

    While we are working on the web reference architecture, we invite you to visit the Node.js reference architecture repository on GitHub, where you can view our work.

    To learn more about what Red Hat is up to on the Node.js front, check out our Node.js topic page. 

    Last updated: August 1, 2024

    Related Posts

    • Build lean Node.js container images with UBI and Podman

    • 8 elements of securing Node.js applications

    • Optimize Node.js images with the UBI 8 Node.js minimal image

    • Get started with Node.js 16 on OpenShift

    • How to use OpenTelemetry to trace Node.js applications

    • Introduction to the Node.js reference architecture, Part 7: Code coverage

    Recent Posts

    • Speech-to-text with Whisper and Red Hat AI Inference Server

    • How to use Splunk as an event source for Event-Driven Ansible

    • Integrate vLLM inference on macOS/iOS with Llama Stack APIs

    • Optimize model serving at the edge with RawDeployment mode

    • Introducing Red Hat build of Cryostat 4.0

    What’s up next?

    A Developer's Guide to the Node.js Reference Architecture

    A Developer's Guide to the Node.js Reference Architecture provides practical recommendations to help you be successful in your Node.js deployments. 

    Get the e-book
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    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

    Red Hat legal and privacy links

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

    Report a website issue