v8

Cross-Browser/Engine Math.PI is always 3.141592653589793?

just a really random question but is the property Math.PI in javascript always 3.141592653589793 in every browser/engine? ...

Multiprocessor with v8 and node.js

I was reading that V8 isn't multithreaded, and can't be by design. Is this true? Is it really the case that I can have a script optimized to run concurrently (on node.js) but that concurrency can't extend to multiple processors? I kinda thought that was a major reason for a concurrent design. ...

Useful node.js middlewares

What is a node.js middleware / framework you personally found interesting / useful? ...

Node.js framework with sessions support in MongoDB

I am looking for a node.js framework which is capable of tracing user sessions via cookies/storage on the server side. Storage has to be in MongoDB ...