kieker-javascript-core

0.11.3 • Public • Published

kieker-javascript-core

Instrument your javascript applications with kieker

Install

$ npm install --save kieker-javascript-core

Usage

Example

For a general example, please see our examples directory.

  • simple-automated is an example for an automated instrumentation at a very primitive example
  • simple-manual is an example for a manual instrumentation at a very primitive example

Example for worker

var worker = require('kieker-javascript-worker');
worker.onLoad();
onmessage = worker.onMessage;

Development

Please run the tests: npm test

License

MIT © Daniel Schmidt

Readme

Keywords

none

Package Sidebar

Install

npm i kieker-javascript-core

Weekly Downloads

2

Version

0.11.3

License

MIT

Last publish

Collaborators

  • dschmidt