You can mock with service workers in real time and deploy them globally as edge workers without ever leaving your browser or learning non-standard APIs:
- <https://sw.rt.ht/?> (worker inside https://RTCode.io)
- https://sw.rt.ht/ (deployed to https://RTEdge.net)
Editor:
Everything is real-time! Try editing things. (You can intercept requests to other domains by using io:host=* on the worker.)
Editor/Edge:
This uses standard web platform APIs! In addition, KV storage (in-editor/edge-deployed) is ready, object storage, and more is in the works!