Conversation:
Notices
-
Evan Prodromou (evan)'s status on Monday, 28-Jan-2013 21:24:50 EST
Evan Prodromou
So, there are some things node.js is not so good for. Anything that's CPU-bound, like compression or encryption, for example. -
Evan Prodromou (evan)'s status on Monday, 28-Jan-2013 21:25:29 EST
Evan Prodromou
Not because it's not quick at doing it, but because the event-driven model means that everything else waits for the 400ms it takes to...
-