ndx-profiler
v0.1.9
Published
server profiler for ndx-framework
Downloads
20
Readme
ndx-profiler
collects stats about the performance of ndx-framework apps
install withnpm install --save ndx-profiler
app monitor
you can use ndx-appmonitor to monitor the status of your app in realtimesrc/server/app.coffee
require 'ndx-server'
.config
database: 'db'
.use 'ndx-cors'
.use 'ndx-profiler'
.use 'ndx-user-roles'
.use 'ndx-auth'
.use 'ndx-superadmin'
.start()
to monitor local apps git clone ndx-appmonitor then run it with grunt
for live apps you can use this pen