idkravitz / ttb-game

Turn-based strategy game, educational development
GNU General Public License v3.0
2 stars 2 forks source link

Change or fix webserver #7

Closed idkravitz closed 13 years ago

idkravitz commented 13 years ago

We have an awful trouble with asynchronous requests -- our current webserver doesn't support them (thats means that we can't use simple methods like jQuery.getJSON). So a good solution will be a change of webserver in favor of cool framework like tornado or twister, but for Python 3 ( and that is a main trouble -- there are only few frameworks, that support it, for instance -- psyclone).

idkravitz commented 13 years ago

I think I fixed it with bottle in 26a09455e7c439f79447e12c5fc04aed2d9901c7