Python or C server hosting for indie development

Posted by Richard Fabian on Game Development See other posts from Game Development or by Richard Fabian
Published on 2011-03-07T18:55:37Z Indexed on 2011/03/08 0:19 UTC
Read the original article Hit count: 383

Filed under:
|
|
|

I've written a lot of the game, but it's singleplayer. Now we want to join up and play together.

I want to host it like an MMO, but haven't got any personal ability to host (no static IPs or direct access to a reasonable router that will allow me to port forward) so I wondered if there were any free / very cheap hosting solutions for people developing games that need to develop their MMO side.

In my case it's a world server for a 2D game where the world map can be changed by the players. So, GAE sounds expensive, as there would be quite a few updates per second (I heard they bill for data updates but not for download, but can't find refernce to billing anywhere on the FAQs)

I'd prefer to be able to write the server in python as that's what the game is written in (with pygame), but C is fine, and maybe even better as it might prompt me to write some more performant world generator code ;)

© Game Development or respective owner

Related posts about mmo

Related posts about server