Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gimenete/dione

Instrumentalizes JavaScript code to send tracing information via WebSockets
https://github.com/gimenete/dione

Last synced: about 1 month ago
JSON representation

Instrumentalizes JavaScript code to send tracing information via WebSockets

Awesome Lists containing this project

README

        

# dione

## Install

```
npm install dione --save
```

## Usage

```javascript
require('dione')
// from this point any new required module will be instrumentalize
```