hemanth / nmotw.in

Node Module Of The Week
https://nmotw.in
42 stars 7 forks source link

MiniProfiler for Node.js #33

Open goenning opened 8 years ago

goenning commented 8 years ago

MiniProfiler for Node.js is a port from famous .Net library written (and used) by StackOverflow.com

It is best used to profile and analyse requests timing data on the fly, which includes it's async calls like sql and redis.

Repository: https://github.com/MiniProfiler/node Online demo: http://miniprofiler-demo.herokuapp.com

Cheers!