Supported Frameworks
ApiTraffic provides native integrations for popular Node.js frameworks. Each integration is designed to work seamlessly with your existing application architecture.Express.js
The most popular Node.js web framework
Fastify
Fast and low overhead web framework
Hapi.js
Rich framework for building applications and services
Koa.js
Next generation web framework for Node.js
CMS Integrations
Strapi
Open-source headless CMS integration
Installation
All integrations are available via npm:Common Configuration
All integrations share the same configuration options:Environment Variables
You can also configure using environment variables:Features
All integrations provide:- Request/Response Monitoring - Automatic capture of HTTP requests and responses
- Outbound Request Tracking - Monitor external API calls your application makes
- Error Tracking - Capture and analyze application errors
- Performance Metrics - Response times, throughput, and performance insights
- Custom Tagging - Add custom metadata to requests for better organization
- Data Redaction - Automatically redact sensitive information
Getting Started
- Choose your framework integration
- Install the package
- Add the middleware/plugin to your application
- Configure with your API credentials
- Start monitoring your API traffic
Need help choosing? Express.js is the most widely used and has the most comprehensive documentation and examples.