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 performance tuning your code so that it doesn't make the user's browser freeze just because their internet connection is slow.

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

Clone this wiki locally