chesstempo

command module
v0.0.0-...-6d3abe3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

README

chesstempo

A chess server built with Temporal.

Dependencies

The activity worker runs Stockfish in the background.

In Debian-based distros, you can install it with:

apt-get install stockfish

Build

Build the front-end first:

cd http/assets/chesstempo
npm install
npm run build

Next, from the root, build the Go binary:

go build .

Run it as follows:

./chesstempo

After chesstempo starts, run the activity worker from the root in a separate terminal as follows:

go run ./cmd/worker

Go to http://127.0.0.1:9999.

Demo

Demo

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL