开发者

What back end tech to use for a 2-player, turn based, ajax web game?: Python or Java, FastCGI or app server?

I'm building a web based 2 player game, client side interface will all be done in an ajax manor with html/css/javascript. I want clients to be able to initiate games and join others, chat etc, but I'm stuck on what the best way to code and comm开发者_如何学Cunicate with the server is, I would like to use either Java or Python.

Python via FastCGI seems to be more widely accommodated for on hosting providers?

What are the advantages in this case for using a java/python web app like tomcat or django as apposed to taking the fastgci route and what combination would you recommend?

Thanks! Chris


Some direct benefits of using Django instead of rolling your own

  • Database ORM
  • Templating
  • User authentication
  • Pluggable applications (use other people's stuff, yay!)

Also, Django can be deployed as a FCGI application.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜