Skip to content
Chris James edited this page May 15, 2015 · 2 revisions

Mockingjay isn't just for backend devs!

When developing your client side code which needs to call backing services mockingjay can help you develop your Javascript locally without the need of those ego-filled backend developers.

Unlike other fake frameworks, you can make the server respond slowly; which is essential for helping you make sure your user's browsers don't grind to a halt because of the erratic nature of the interwebs.

To see how to use mockingjay, just skim through the suggested workflow

Clone this wiki locally