DEV Community

Discussion on: What is the craziest NodeJS project you know of?

Collapse
 
bias profile image
Tobias Nickel

the new node.js postgres driver, writte only with JS and it is faster than the native c++ driver.

in a test with a colleague of mine, it even performed better than drivers in golang. and we tried in golang two driver and variouse configurations.

It is always awesome to see when pure JS outperform other platform. And on networking node is very good!! also the redisdriver ioredis is awesome.