Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What cloud platform supports playframework 2.x deployments?

I know many platforms that currently support play 1.x but did any one have tried any that support play 2.x.

like image 836
Ahmed Aswani Avatar asked Dec 04 '22 16:12

Ahmed Aswani


1 Answers

I would recommend Heroku as The One (in capital letters). They are amazing, and provide excellent support for Play.

BUT! we aware that (unless I missed something last week) they still DO NOT SUPPORT WebSockets, arguably one of the major improvements in Play 2.0. So, if your application requires WebSockets, go with Amazon EC2.

like image 166
Pere Villega Avatar answered Feb 12 '23 09:02

Pere Villega