Skip to content

netease-im/NodeAPIAdaptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

NodeAPIAdaptor

Generate Node-API interface declarations and calls using reflection.

Introduction

Node-API is a protocol for communicating between Node.js and native cpp libraries.
Using Node-API, you can build a wrapper around your native cpp libraries and generate a dynamic library called addon.
For more information on Node-API, see Node-API and node-addon-api.

But what if your native cpp libraries have a lot of interfaces that need to be exposed?
That's gonna be a lot of work, and this is where NodeAPIAdaptor comes in. Using NodeAPIAdaptor, you can generate Node-API interface declarations and calls so much easier.

About

Generate Node-API interface declarations and calls using reflection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published