0.1.9 • Published 7 years ago
ndx-profiler v0.1.9
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
0.1.9
7 years ago
0.1.7
7 years ago
0.1.6
7 years ago
0.1.5
7 years ago
0.1.4
7 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago
0.0.18
8 years ago
0.0.17
8 years ago
0.0.16
8 years ago
0.0.15
8 years ago
0.0.14
8 years ago
0.0.13
8 years ago
0.0.12
8 years ago
0.0.11
8 years ago
0.0.10
8 years ago
0.0.9
8 years ago
0.0.8
8 years ago
0.0.7
8 years ago
0.0.6
8 years ago
0.0.5
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago