How to Write Multi-Threaded Code in Node.js

Node.js runs JavaScript code in a single thread, which means your code can do one task at a time and can’t use multiple cores. To remedy this, Node.js introd… Read more

Similar

Elixir for Node.js Developers

I decided to explore the world of functional programming. It was like a promise of better performance and productivity. I then asked myself - “Why not try Elixir”? I wanted to build scalable web applications that are reliable, fault-tolerant and efficient... (more…)

Read more »