An ip tracker and recorder middleware for nodejs web applications (currently only available for expressjs).
npm install WhoAreYou
var app = express();
var WAU = require("WhoAreYou");
// Use with the global applcations
app.use(WhoAreYou());
// Use with specific route
app.get("/xxx",WhoAreYou());
- Connection with databases (pipe data directly in);
- An independent dashboard or excel auto-generation for direct analysis.
- Traffic tracking yourself!
- By adapting to different routes, you may have a much more detailed report!