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

How the Next-10 project supports the future of Node.js

November 3, 2022
Michael Dawson
Related topics:
Node.jsOpen source
Related products:
Red Hat build of Node.js

    The Node.js community is working on an effort to ensure the Next-10 project is just as successful over the next ten years as it was in the first ten. This large open source project is the basis for many backend web applications and offers lessons for other open source communities. This article discusses the project's goals and progress.

    Why open source planning is difficult

    Many open source projects find it difficult to plan upgrades and set roadmaps because nobody is in charge of telling people what to do. The collaborative process can be a difficult mind shift for people coming from teams that have done internal development.

    Roadmaps are easier for projects sponsored mainly by a single organization. Although the single organization project is open, a lead from that organization can more easily influence the direction of the work. The same is true for projects with a single contributor because they can set a roadmap based on their commitment.

    The Node.js project is not in that easy position. In this large project, managed by its community through a  GitHub repository, no single person or organization provides enough resources to set a fixed roadmap. Still, we must determine what is necessary to accomplish goals and ensure the project's future success.

    Gathering opinions from the expert community

    The Next-10 effort kicked off in January 2020 to make the second ten years of Node.js even more successful than the first ten. Initial discussions quickly revealed that we needed to document the foundations for discussing, documenting, and enabling the work required for future success. As a result, we wrote the following:

    • The project's technical values: The fundamental criteria we should use to assess tradeoffs and priorities. The success of the first then years can be credited to a set of core values. Documenting and evolving these values would be critical to continued success.
    • The project's constituencies: Having a clear idea of our stakeholders helps us prioritize the features and changes made in the project.
    • The needs of the project's constituencies: Understanding the needs of different constituencies helps us assess which work will benefit the broadest range of constituencies and ensure we are addressing all of the constituencies sufficiently.

    We created these documents through a process that included the following:

    • Brainstorming within the Next-10 team.
    • Input from Node.js core collaborators.
    • A broader survey to get feedback from our ecosystem.

    After this input process, we were ready to capture the top technical priorities that we felt were important to the project's future success. A summary of these priorities (in no particular order) includes:

    • Modern HTTP
    • Suitable types for end-users
    • Documentation
    • WebAssembly
    • ESM
    • Features from the latest ECMAScript specification
    • Observability
    • A security model for permissions and policies
    • Better multithreaded support
    • Single executable applications

    We generated this list by brainstorming in Next-10 meetings and received broader input from the Node.js collaborator base. Since then, we have worked on each priority to dive deep and define concrete steps.

    As mentioned earlier, no single person or organization can direct collaborators to work on a technical priority, but it is vital to enable volunteers who want to work on them. A well-defined set of priorities, and an agreement about what we need to do for each priority, can help collaborators feel empowered to jump in and help out.

    The Next-10 team's progress

    At this point, the Next-10 team has led deep dives on most of the technical priorities and has documented the way forward. We documented the agreements on what was important in the project's contributing documents. Examples of the documents include:

    • Maintaining types for Node.js
    • Security Model Strategy
    • Maintaining HTTP
    • Maintaining Web Assembly

    The deep dives also helped to drive discussion and critical mass to kickstart initiatives, which included:

    • Experimental support for fetch
    • Single executable applications team

    I am very grateful to those who participated in the mini-summits, where we held the deep dives (refer to the files that begin with "summit" in the meeting minutes). It was great to bring together people from within and outside the project with relevant expertise and opinions.

    I found that the summits were all great learning and collaborative experiences. They helped me understand and prioritize where the Red Hat team needs to contribute.

    The Technical Priority Working Summary captures a high-level overview of the technical priorities and next steps.

    So, where are we now? We have a good set of technical priorities and defined concrete work for most of them. As always, more volunteers are welcome to help move these forward. We plan to revalidate the foundation's technical values, project constituencies, needs, and technical priorities. This process will be ongoing to ensure we adjust as the environment and our requirements change over time.

    We plan to start the revalidation process in a session led by Jean Burellier, Ruy Adonrno, and myself at the Collaborator summit in Dublin in October. If you have a passion for Node.js, a great way to help out is to contribute to our Next-10 discussion and make sure we get this right.

    Community outreach and documentation are keys to success

    Planning is essential to the success of open source projects. Planning is not about directing project resources to tasks but building agreement on direction and empowering volunteers to make progress on that agreement. We hope to inspire other projects by explaining our process of gathering information from our constituencies and recording everything to mark agreement.

    We hope that sharing our planning process in the Node.js project has been interesting and might even give you some ideas about how to do the same in your projects. On the flip side, I am always interested in learning new methods. So let us know if you have found a great way to handle your project planning.

    Check out our Node.js topic page to stay up to date with what Red Hat is up to on the Node.js front.

    Last updated: August 14, 2023

    Related Posts

    • What's happening in the Node.js community

    • Install Node.js on Red Hat Enterprise Linux

    • Build your first application using Node.js with Red Hat Container Development Kit (CDK)

    Recent Posts

    • 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)

    • Deploy with confidence: Continuous integration and continuous delivery for agentic AI

    • Every layer counts: Defense in depth for AI agents with Red Hat AI

    What’s up next?

    10 tips for nodejs cheat sheet tile card

    Run secure and efficient Node.js applications on OpenShift and other container environments. This cheat sheet rounds up 10 tips to help you learn best practices and get up to speed quickly.

    Get the cheat sheet
    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.