1.0.2 • Published 5 years ago

@squadcast/dex-node v1.0.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 years ago

DEX for Node.js

DEX SDK is a simple middleware for HTTP routers which can record metrics like status code, latency and memory on request completion and send the same to the Squadcast DEX servers.

Express

const Dex = require("@squadcast/dex-node")
const dex = new Dex('<APIKey>')
app.use(dex.middleware)

License

Apache-2.0 licensed. See the LICENSE file for details.

1.0.2

5 years ago

1.0.1

5 years ago