nceserv

1.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i nceserv

Weekly Downloads

4

Version

1.0.4

License

MIT

Last publish

Collaborators

  • typescriptstudies