I'm looking for the best way to host my simple projects that I've done on the Play Framework. The developers for Play recommend just deploying it as a stand-alone, rather than using a web application container like Tomcat, though it can be done.
Are there good web hosts out there that can host my play application as a stand-alone?
I'm guessing this may mean getting a VPS, but I'm hoping for something like the cheaper hosting sites rather than the $40/month for a VPS.
I realize this question may reach a bit beyond the scope of stack overflow, but I think it is still a viable question to ask here; I'm looking for the best way to deploy the code I've written to be used by anybody across the internet.