stenograph

1.1.2 • Public • Published

Stenograph travis npm

Stenograph is a straight forward nested transaction library. It allows you to track your transactions such as I/O across modules, files, and even the event loop. You can write your transaction instrumentation code once and not worry about passing around anything about the transaction.

Stenograph does add a minor amount of boilerplate, but it was written in such a way to be straight forward and to minimize the amount of boilerplate. Built on the idea of write once, use anywhere.

Install

npm install stenograph

API

var Stenograph = require('stenograph');
var steno = Stenograph.getInstance();

Readme

Keywords

none

Package Sidebar

Install

npm i stenograph

Weekly Downloads

1

Version

1.1.2

License

MIT

Last publish

Collaborators

  • chapel