Debugging/Profiling Node.js

node engine

  • libuv is the powerhouse of Node.js
  • handles all requests that require system resources
  • also implements setTimeout and setInterval