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