📁File-System Based APIAutomatically serve mock data from your file system with zero configuration. Just point to a directory and start serving files.
🔄REST API HandlersDefine custom programmatic handlers for dynamic responses. Full support for GET, POST, PUT, PATCH, DELETE with Express-like middleware.
⚡WebSocket SupportReal-time bidirectional communication with rooms, broadcast, compression, and full RFC 6455 compliance.
🎯Smart Pattern MatchingAnt-style path patterns (e.g., /users/**, /items/{id}) for flexible routing and parameter extraction.
📊Pagination & FilteringBuilt-in pagination and filtering for JSON arrays via query params or request body, with sorting support.
🛠️Development ToolsSimulate network latency, timeouts, detailed logging, and hot reload during development.
🔌Express CompatibleUse Express middleware and body parsers. Familiar API for easy integration and migration.
🔒TypeScript FirstFull TypeScript support with comprehensive type definitions included out of the box.