FCT_Node is a powerful C++ library that provides seamless integration between C++ and Node.js, enabling bidirectional interoperability. Part of the Flexible Clearly Tools (FCT) suite.
- Full NPM Package Support - Directly import Node.js modules from C++
- Bidirectional Function Calls - Call JavaScript from C++ and vice versa
- Asynchronous Operations - Handle Promises and async/await patterns
- Object Manipulation - Work with complex JavaScript objects in C++
git clone https://github.com/MaaBlock/FCT_Node --recursive
cd FCT_NodeCheck out our tutorial repository for practical examples including AI integration and web service demonstrations.
- CMake 3.20+
- C++20 compatible compiler
- Node.js (included as submodule)