Creating Node Addons - C-C++ Extensions for Fun and Profit
Offered By: JSConf via YouTube
Course Description
Overview
Explore the world of Node Addons and C/C++ extensions in this insightful JSConf talk. Discover the purpose and benefits of creating Node Addons, with a focus on the Bcrypt module as a practical example. Learn about the inner workings of addons, including basic code structure, handle scopes, object wraps, and ref and signatures. Gain valuable knowledge on how to leverage C/C++ extensions to enhance Node.js applications for improved performance and functionality.
Syllabus
Intro
What are Node Addons
Why would anyone want to do this
Bcrypt
Addon
How does it work
Basic code
Handle scopes
Object wrap
Ref and signatures
Bcrypt module
Bcrypt code
Taught by
JSConf
Related Courses
Deno - Next Generation JavaScript RuntimeJSConf via YouTube How I Got 1600 Stars on GitHub in 2 Months of Open Source Work
JSConf via YouTube Is it Okay to Pursue Functional Programming on Frontend - JSConf Korea
JSConf via YouTube If - Extensible Design - Return "Work Life Balance"
JSConf via YouTube React x Web Components - How It Is and How It Could Be
JSConf via YouTube