isn t Netty based on NIO? Why do you say you are asynchronous event-driven? ...
when it comes to the high concurrency advantages of Node, event-based, non-blocking IO is always mentioned, so here s the problem. can Java use only one thread to process the user s request, and can several worker threads do IO, to simulate node? i...