Search code examples
javapythonchattwisted

developing a chat website


I want to develop a anonymous chat website like http://omgele.com. I know that this website is developed in python using twisted matrix framework. Using twisted matrix it's easy to develop such website. But I am very comfortable in Java and have 1 year's experience with it, and dont know python.

  1. What should I do? Should I start learning python to take advantage of the twisted matrix framework?

    OR

  2. Should I develop it in java?If so which framework you would suggest to do so?


Solution

  • Learn python.

    This will add one very powerful tool to your toolbox.

    Also twisted can do much more than just chat which will help you in future.