Search code examples
web-servicesamazon-web-servicesslicehost

Free service that allows storing game data online?


I have created a small game in Java and I would like to add the ability for a player to publish his highscores online.

I'm willing to write the server software myself (it's easy these days with Ruby Mongrel, or even C++). I just need to have some sort hosting. One solution that immediately comes to mind is Amazon EC2. But that's kind of expensive for my needs. Since the requirements are very minimal (I don't even need a website, just a web service) I think there may be a cheaper solution out there.

Does anyone know of a free or cheap provider for this kind of thing?

Update

For those interested, this is solution I came up with:


Solution

  • Something like Slicehost or any other small-scale VPS provider could probably work. You might even be able to write it as a small app and publish it on Google App Engine, which is free up to a certain point.