server.js requires node v4.4.7 (use nvm
(https://github.com/creationix/nvm) to use specific node version in a virtual environment)
Dependencies:
- chess-js: https://github.com/jhlywa/chess.js
- express: https://expressjs.com/
- stockfish: https://stockfishchess.org/
Install node using nvm
(see above):
nvm install 4.4.7
nvm use 4.4.7
Install dependencies and start server:
npm install
npm start
(can also usenode server.js
)
python-http-client requires Python 2.7 and Requests. See http://docs.python-requests.org/en/master/user/install/#install for Requests installation instructions (using pipenv)