It is wise to deploy multiple nodejs instance in multicore CPU?

This page summarizes the projects mentioned and recommended in the original post on /r/node

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • libuv

    Cross-platform asynchronous I/O

  • That is not strictly true. Node.Js uses a single thread to execute your javascript code. But, underneath there is libuv that spawns thread-pool to execute DNS lookups, FS calls and crypto - by default the size of that pool is 4 threads.

  • v8.dev

    The source code of v8.dev, the official website of the V8 project.

  • Additionally, v8 - javascript engine - spawns a bunch of threads to perform various tasks like garbage collection.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • node-rdkafka

    Node.js bindings for librdkafka

  • And some native modules, like node-rdkafka will spawn threads of their own.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A Magia do Event Loop

    3 projects | dev.to | 1 Aug 2023
  • Ask HN: Where are the resources for complex architectures for Node.js?

    5 projects | news.ycombinator.com | 30 Dec 2021
  • Show HN: Confluent Kafka support added to FastStream v0.4.0rc0

    2 projects | news.ycombinator.com | 12 Jan 2024
  • Epoll: The API that powers the modern internet (2022)

    7 projects | news.ycombinator.com | 11 Jan 2024
  • Python Is Easy. Go Is Simple. Simple = Easy

    5 projects | news.ycombinator.com | 27 Nov 2023