• by HalcyonicStorm on 8/9/2016, 6:49:06 PM

    Depends on what the requirements are. If its a CRUD backend, its hard to beat Ruby on Rails on Heroku. I tend to shy away from backends as a service because of situations like Parse shutting down. They're worth considering if its a short term project for a client.

  • by mtmail on 8/9/2016, 8:06:56 PM

    For an MVP you might be able to write specifications in https://apiblueprint.org/tools.html format and then have the tools create (mock) the server for you.