1.0.4 • Published 6 years ago

nceserv v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Node Chess Engine Server

Installation

First you need to install Node.js, if you haven't already:

https://nodejs.org/en/download/

The Node Package Manager ( npm ) comes with Node.js, but this is not necessarily the latest version ( npm gets updated more regularly than Node.js ). It is better to upgrade npm to the latest version. For this open a console ( command prompt ) window and type:

npm install npm@latest -g

Now you are ready for installing nceserv. At the same console window type:

npm install -g nceserv

Running the program

Open a console window and type:

nceserv

Then navigate your browser to:

localhost:9000