I am curious what gives nodeJS the super concurrency that it gets right now. I have not actually used with either of these that much, just played with both in my spare time.
Sounds like the 1000s of connections that node promises that you can set it up with, you can do that even with libevent, say in C++, no?