0.1.9 • Published 6 years ago

ndx-profiler v0.1.9

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

ndx-profiler

collects stats about the performance of ndx-framework apps

install with
npm install --save ndx-profiler

app monitor

you can use ndx-appmonitor to monitor the status of your app in realtime
src/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

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago