4 comments

[ 3.6 ms ] story [ 21.8 ms ] thread
I found this later https://github.com/adambom/parallel.js

But I was happy to benchmark the work processing/handling speed.

node.js results

# 1000 messages

- 88.362ms - task.js (warm) - 144x faster

- 227.758ms - task.js (cold) - 56x faster

- 12785.515ms - parallelize

clientside results were similar

# 1000 messages

- 361.251ms - task.js (warm) - 83x faster

- 473.897ms - task.js (cold) - 63x faster

- 29999.335ms - parallelize

Isomorphic to what? Please don't use words you don't understand.
"In web development, an isomorphic application is one whose code (in this case, JavaScript) can run both in the server and the client."
(throwaway)

And please don't comment on things you don't understand.