Skip to content

xesoftproject/moves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple moves rest server

rest endpoint that exposes user actions and send push notifications to amazon-mq

  • a simple demo of web game

install - prerequisities

To play chess you need a chess engine, like stockfish. Get it from https://stockfishchess.org/download/

install - windows

python -mvenv VENV
VENV\Script\Activate
python -mpip install path\to\moves

install - linux

python -mvenv VENV
. VENV/bin/activate
python -mpip install path/to/moves

executables

moves-rest rest interface to push stuff on STOMP broker

run the P.O.C. locally

open a terminal and run

moves-rest
  • or -

launch python moves/rest

The REST endpoint root is at https://localhost:8443/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages