Skip to content

A C++ interface to bridge the NodeJS server and other components

Notifications You must be signed in to change notification settings

XRTouch/Cpp-Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cpp-Interface

A C++ interface to bridge the NodeJS server and other components

Building the addon

to build the addon:

  • Install node-gyp: npm install -g node-gyp
  • Configure node-gyp first: node-gyp configure
  • Build the addon: node-gyp build
  • Now, the addon should be built in the build/Release/ folder

About

A C++ interface to bridge the NodeJS server and other components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages