I've read that HarperDB is built on NodeJS. That's kind of crazy.
For further actions, you may consider blocking this person and/or reporting abuse
I've read that HarperDB is built on NodeJS. That's kind of crazy.
For further actions, you may consider blocking this person and/or reporting abuse
Arnab Chatterjee -
Kunal Chouhan -
Sanjay R -
Diego Letelier -
Top comments (1)
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.