Mocky is a simple app which allows to generate custom HTTP responses.
It's helpful when you have to request a build-in-progress WS, when you want to mock the backend response in a singleapp,
or when you want to test your WS client.
Mocky nodejs version
git clone https://github.com/gmailzj/Mocky
cd Mocky
npm install
PORT=3000 npm start