Fuite: a tool for finding memory leaks in web apps

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    The library for web and native user interfaces.

  • When I worked at Facebook, I worked on a web memory tracking tool I was particularly proud. It went through links, grabbed snapshots, diff'ed them, found objects that weren't clean up and gave detailed information about its retain chain. You can see a lighting talk I did on it at BlinkOn: https://www.youtube.com/watch?v=JuyaGFApifA&t=1427s&ab_chann...

    We used it to find a problem fixed in React 18 that caused large leaks on Facebook.com: https://github.com/facebook/react/pull/21039#issuecomment-80...

    We also found one issue that caused a leak that's impossible to spot unless you know how V8 closures are implemented and retain one another.

    I'm really hoping to see Facebook open source the tool some day!

  • fuite

    A tool for finding memory leaks in web apps

  • Author here. I added support for [custom scenarios](https://github.com/nolanlawson/fuite/#extending-the-default-...), where you can define a "setup" step that logs in or does whatever you may need to do.

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

    Discontinued ndb is an improved debugging experience for Node.js, enabled by Chrome DevTools

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

  • How to Build an AI FAQ System with Strapi, LangChain & OpenAI

    7 projects | dev.to | 21 Apr 2024
  • Meteor v3 uses express under the hood – How to use and deploy it.

    3 projects | dev.to | 4 Mar 2024
  • [AskJS] What do you use to make small back-ends ?

    2 projects | /r/javascript | 5 Dec 2023
  • Best NodeJS frameworks for seamless backend development

    13 projects | dev.to | 20 Nov 2023
  • Prepare your Meteor.js project for the big 3.0 release!

    3 projects | dev.to | 1 Nov 2023