Thanks @ekeijl , that's a good point! Anyway, a separate server would allow to reuse the same mock for testing or development in another technologies apart from front-end or Node.js. But it is interesting, maybe a mechanism could be added to Mocks Server in order to allow reusing the same mock definitions and all other features, but intercepting the requests instead of running a real server.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I like the idea of collections and variants, still I prefer to use Mock Service Worker because it does not require me to run a separate server.
Thanks @ekeijl , that's a good point! Anyway, a separate server would allow to reuse the same mock for testing or development in another technologies apart from front-end or Node.js. But it is interesting, maybe a mechanism could be added to Mocks Server in order to allow reusing the same mock definitions and all other features, but intercepting the requests instead of running a real server.