Skip to content

NickLydon/KO-sub-tracker

Repository files navigation

KO-sub-tracker

A client-server package that tracks the frequency in which knockout observables notify subscribers

This tool was developed from a need to analyse the performance of my web app.
The client-side script subscribes to the view model's observables and reports to the server. The server shows the results in a pretty chart! Check out test/integration.html and test/integration.js for examples of how to set it up on the client. To set up the server just call

C:\Github\KO-sub-tracker\server> node server.js
, or if you want to specify a particular port, e.g. 4000 then:
C:\Github\KO-sub-tracker\server> node server.js 4000
. When it's listening, just browse to
http://localhost:4000
This will give you a list of links that take you to the captured sessions.

About

Tracks the times observables notify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published