DEV Community

Cover image for AuditTrailJS an open-source library for Node.js
Mário Coxe
Mário Coxe

Posted on

AuditTrailJS an open-source library for Node.js

I’m working on AuditTrailJS, an open-source library for Node.js built in JavaScript/TypeScript that provides a centralized and extensible auditing and logging layer. It captures critical events such as logins, data changes, and access to protected resources, with support for multiple adapters (files, MongoDB, MySQL) and ready-to-use middlewares for Express and Fastify. The goal is to help developers improve security, traceability, and consistency in their applications. The project is available on GitHub and any feedback, suggestions, or contributions are very welcome: https://github.com/Mario-Coxe/audittrailjs

Top comments (0)