Sombriks HQ - A gentle introduction to node C++ addons
Node.js is a handy, powerful runtime to develop solutions quickly with minimum effort. But whenever you need a specific integration or faces critical, performance-demanding operations, it might not look good enough. Unless you extend it with a high performance, native C++ addon. Here's how to do it the proper way.