Hacker News new | ask | show | jobs
by eeZah7Ux 2991 days ago
Python fits very well this use-case. If you design a chat app properly you should be doing very little computation. With Python's async you can scale up to large number of sessions / users / channels without issues.