Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (30 loc) · 749 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 749 Bytes

bity.js

Pre-req

This configuration use nodejs and npm, so make sure have have them installed.

# on Ubuntu...
$ sudo apt install nodejs
$ sudo apt install npm
$ sudo npm install -g node-gyp

To Build:

install 'nan' and 'bindings'

$ npm install --save nan
$ npm install --save bindings

we'll also need to install 'ws' and 'express' to run the server

$ npm install --save ws
$ npm install --save express

make sure the correction path and version number of Objectivity is definined in binding.gyp build the objyaccess nodejs project

$ node-gyp rebuild

To run the server

make sure to soruce the objy installation setup.sh for the library path availability

$ nodejs server