Hacker News new | ask | show | jobs
by hackerboos 4685 days ago
Twisted (Python) and EventMachine (Ruby) don't all of these do the same thing?
2 comments

Yes. But they are tacked on to the language after the fact rather than built in from the beginning. My experience is that both language and libraries support that kind of pattern better in node than in Python (no Ruby experience with async).
I believe twisted was an inspiration for node.