Mock Server

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.

Here is a video tutorial for the same:

To read, how mock server works in vREST, please follow: