Skip to content

Muffle10/monitor-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monitor-express

A fast, simple, lightweight express monitor, with a built in log.

Traces requests and the location where the request was sent.

Generates a monitor.log.json file, and writes to it after every save.

How To Use

To access trace middleware

CommonJS:

var { monitor } = require("monitor-express");
var app = require("express")();
app.use("*", monitor);

ES6:

import { monitor } from "monitor-express"
import express from "express"
var app = express()
app.use("*", monitor);

About

An express-monitor, with a built in log.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published