Game Server Language Selection
Posted
by mr.LiKaShing
on Stack Overflow
See other posts from Stack Overflow
or by mr.LiKaShing
Published on 2010-05-05T09:01:02Z
Indexed on
2010/05/05
9:08 UTC
Read the original article
Hit count: 221
I am planning to make a online-multiplayer game with my friends. The game is a browser card game (so, players act in turns) and players could host rooms in a lobby. Flex + actionscript will be used to write for the client side. We are discussing what should be used for the server side.
I suggested C#/Java and my friend suggested PHP.
I kw there are couple of questions asking for what language to use but I think it should depend on specific conditions.
Is there any suggestion for us? Thanks.
© Stack Overflow or respective owner