V8 memory leak: Anybody use V8 flags with node or deno to not block I/O?

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

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. native-messaging-nodejs

    Node.js Native Messaging host

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. native-messaging-deno

    Deno Native Messaging Host

  4. native-messaging-quickjs

    QuickJS Native Messaging host

  5. native-messaging-c

    C Native Messaging host

  6. node

    Node.js JavaScript runtime ✨🐢🚀✨

    // Node.js Native Messaging host // guest271314, 10-9-2022 import {readSync, writeFileSync} from 'node:fs'; // Node.js Native Messaging host constantly increases RSS during usage // https://github.com/nodejs/node/issues/43654 process.env.UV_THREADPOOL_SIZE = 1; // Process greater than 65535 length input // https://github.com/nodejs/node/issues/6456 // https://github.com/nodejs/node/issues/11568#issuecomment-282765300 process.stdout._handle.setBlocking(true);

  7. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
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

  • Node.js codebase is still entirely in Javascript and not in Typescript and node team does not even officially provide node TS types

    5 projects | /r/node | 21 Jun 2023
  • Will nodeJs ever have out of the box typescript support?

    6 projects | /r/node | 22 Feb 2023
  • My thoughts on the TypeScript debate

    2 projects | dev.to | 28 Apr 2022
  • HTTPS Module Imports for NodeJS are on the way!

    4 projects | /r/javascript | 10 Mar 2022
  • How can you run Javascript on your computer?

    2 projects | /r/learnjavascript | 21 Aug 2021

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?