Pergunta

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.

Foi útil?

Solução

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

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top