views:

51

answers:

2

Hey guys, I have an idea that I'd like to start implementing that at the crux of it, will basically be a chat website, and will need to support multiple rooms. Quite frankly, I'm not too sure where to begin with regards to setting up a very sturdy/scalable chat system in python (or another language if you guys believe it to be a better alternative), so any suggestions that can get me pointed in the right direction will be greatly appreciated.

A: 

Look into XMPP. Here's the list of Python libraries.

Hank Gay
A: 

Google AppEngine supports python provides scalable framework. Probably you'll save lots of time if you use it.

Evgeny