/memory-leaks-in-javascript

A repository of memory leaks that can occur in Javascript. 🐨

Primary LanguageHTMLMIT LicenseMIT

Memory Leaks in Javascript

This repository is a companion demo for the talk on "Investigating Memory Leaks and performance tuning your Javascript given at AngularJS & ReactJS Bangalore meetup

The slides for the talk can be found here

Setup Guide

  1. Clone the repository
  2. Install all the dependencies
$ npm install
  1. Run the server
$ node server.js
  1. Visit localhost:1337/<file-name> to fire up the specific memory leak! 🚀