Versions Compared

Key

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

...

  • 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:

Widget Connector
urlhttp://youtube.com/watch?v=nj-_eN49b-I

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

...