/node-project

Primary LanguageJavaScriptMIT LicenseMIT

node-project

Build Status

get started

  • Install development dependencies and build the native addon npm ci

tests

  • npm test will run the mocha tests

usage

  • npm start will start the server locally on port 8000
  • to interact with the server, use a curl command curl -i localhost:8000 -d '{"threads": 10}'