Alternatives

Proxy-like

These are similar to Mockaton in the sense that you can modify the mock response without losing or risking your frontend code state. For example, if you are polling, and you want to test the state change.

Client Side (Service Worker)

In contrast to Mockaton, which is an HTTP Server, these programs intercept your browser’s HTTP client (or Node’s).

Server Side