AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Use Mock Service Workers to Test Your App
Mock server is implemented with this thing called mock service workers. Service workers are an API in the browser that lets you essentially run a separate application in the in page. So because this mock API is able to run in a service worker, we can deploy the actual front end and back end as static sites. I mean, so you can test every front end commit, every feature, every bug fix - it's just awesome.