rest-emulator-whyfly

JSON →
library 0.0.4 ·javascript
verified Jun 7, 2026

A lightweight middleware for Express and Connect to emulate REST APIs for development and testing. Version 0.0.4 provides a simple configuration-driven approach to mock HTTP endpoints with support for GET, POST, query parameters, custom status codes, and timeouts. Supports modular mock file structures and presets for different response scenarios. Suitable for frontend development without a live backend, but limited to basic REST emulation without advanced features like dynamic responses, validation, or state management.