Nodejs / Uncategorized

[nodejs]Nodejs + Cpp

Posted on:

👉🏻 Nodejs에서 C++ 애드온(Native Addons)을 사용하는 이유는 Node.js의 성능 제한을 극복하고, 기존의 C++ 생태계와 자원을 활용하기 위함입니다. The reason for using C++ addons (Native Addons) in nodejs is to overcome […]