
3/3/2020 · Alex Liu
What this post added
Introduces Mox, a new tool for hybrid API development. Mox combines proxying to a live backend with the ability to mock specific API endpoints. It addresses the 'blocked factor' by allowing developers to work on features even when external dependencies are unavailable, while minimizing the maintenance overhead of traditional mock servers. Mox acts as an interception library wrapping Express, offering features like request introspection, proxying to multiple backends, setting headers/status codes, and simulating delays.