Simpliest Possible App Stub

This project has a ridiculously simple means of creating a stub for a web service in the cloud:

https://github.com/Mahoney/wiremock-heroku

  1. Create a heroku account (it’s free)
  2. Clone project
  3. Login to heroku
  4. Run one script
  5. 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.

Leave a comment