What cloud platform supports playframework?

Freewind picture Freewind · Mar 10, 2012 · Viewed 9.7k times · Source

I know 2 now:

  1. http://heroku.com: Supports play1 and play2, has free plan.
  2. http://www.playapps.net: Supports play1, unknown play2, no free plan.

Answer

opensas picture opensas · Mar 14, 2012

There many options for deploying play framework applications on the cloud

Like codemwnci said, most of them work with a war deployment.

There are lots of options, and new ones come out every day...

Here's an article with a list of the Public and Private Cloud PaaS for java: http://cloud.dzone.com/articles/regarding-java-platforms

Regarding play 2 support, heroku provides native support and once war deployment is ready (is scheduled for next minor release) you'll be able to deploy to most of them. I managed to deploy a play2 app to openshift using the do-it-yourself cartridge, here's a screencast and a tutorial)