Skip to content

timis/ExcessivelyComplicatedCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExcessivelyComplicatedCalculator

Just a toy Node/Express project for learning how to interface NodeJS with Native/C++ Addons

Building

  1. Run "npm install"
  2. Run "node-gyp configure"
  3. Run "node-gyp build"

Using

  1. After building, run "node ./"
  2. Navigate to localhost:3000/ (or whatever port number you have chosen) from a web browser

About

Just a toy Node/Express project for learning how to interface NodeJS with Native/C++ Addons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors