node.js concurrency evaluation This is timeslicing, which should be equivalent to creating threads (atleast in theory) in Java. In fact, that’s what node.js uses for IO operations, so technically my server should have a much higher throughput via this approach. view source Developed by Smiley Brothers LTD