Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gimenete/dione
- Owner: gimenete
- License: mit
- Created: 2015-12-13T22:34:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T18:28:36.000Z (almost 9 years ago)
- Last Synced: 2024-09-14T11:59:27.347Z (about 2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```