Skip to main content

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

  1. Choose your framework integration
  2. Install the package
  3. Add the middleware/plugin to your application
  4. Configure with your API credentials
  5. Start monitoring your API traffic
Need help choosing? Express.js is the most widely used and has the most comprehensive documentation and examples.