Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Mock Server provides functionality to mock any HTTP request.

  • This functionality is helpful in decoupling backend development from the frontend development. One can start developing frontend directly using mocked HTTP requests.
  • To speedup the development because one can start writing the frontend before the backend is in place. Both teams (Backend and frontend) can work in parallel.
  • Can be used to write demo applications without the backend is in place.