Free service that allows storing game data online?

Posted by StackedCrooked on Stack Overflow See other posts from Stack Overflow or by StackedCrooked
Published on 2010-05-17T20:56:26Z Indexed on 2010/05/17 21:00 UTC
Read the original article Hit count: 192

Filed under:
|
|

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++). All 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?

© Stack Overflow or respective owner

Related posts about web

Related posts about Services