This project has a ridiculously simple means of creating a stub for a web service in the cloud:
https://github.com/Mahoney/wiremock-heroku
- Create a heroku account (it’s free)
- Clone project
- Login to heroku
- Run one script
- Configure what the service does from a client app.
This allows the creation of a minimal web service in less than 10 minutes.
Wiremock is a stubbing web server – it sends fixed results to given patterns.
Wiremock server is a remotely configurable instance of wiremock.
Heroku is a low initial cost web hosting service.