Getting Started with WebAssembly in Node.js

WebAssembly is an exciting new language that many JavaScript engines have added support for. WebAssembly promises to make it much easier to compile languages like C and C++ to something that runs in the browser. However, I’m most excited about the ability… Read more

Similar

Launching Production Node Apps with PM2

This is it, you've been working tirelessly on your Node.js app for months. You have done all you can to make the app truly great and you are ready to release it to the public. So the question is, now what? Going to production can get complicated fast. Aft... (more…)

Read more »

A curious case of memory leak in a Node.js app

This is a story of a bug I had an opportunity to fix in the ancient times of node.js 0.10. The new and shiny node.js 0.12 was still just glimmering somewhere on the horizon, we were still young and beautiful. Some of us, at least.

Read more »