Skip to content

Instantly share code, notes, and snippets.

@AnasAboreeda
Created April 19, 2016 15:17
Show Gist options
  • Save AnasAboreeda/fed44ec7276bacd9b236c684afaf66af to your computer and use it in GitHub Desktop.
Save AnasAboreeda/fed44ec7276bacd9b236c684afaf66af to your computer and use it in GitHub Desktop.
NodeJs Development Tools

There are a few tools and ways out there:

Debugging

Profiling

  1. node --prof ./app.js
  2. node --prof-process ./the-generated-log-file

Heapdumps

Flamegraphs

Tracing

Logging

Libraries that output debugging information

Libraries that enhance stack trace information

Benchmarking

Other

Legacy

These use to work but are no longer maintained or applicable to recent node versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment