https://github.com/philippemarcmeyer/chessstudies-backend
node server for my chess studies
https://github.com/philippemarcmeyer/chessstudies-backend
Last synced: about 1 month ago
JSON representation
node server for my chess studies
- Host: GitHub
- URL: https://github.com/philippemarcmeyer/chessstudies-backend
- Owner: PhilippeMarcMeyer
- License: mit
- Created: 2021-10-02T13:42:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T18:18:22.000Z (over 3 years ago)
- Last Synced: 2025-01-30T11:26:26.965Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chessStudies backend v0.24
node server for my chess studies
the front part is the built version of ChessStudies (front in reactjs)to do :
1. ~~Put the games in a data folder~~
1. ~~Auth : session~~
1. ~~filename contening chess games specific to user~~
1. ~~Auth : redirect to login/password form instead of http 500~~
1. put the PGN analysis on the server side
1. Load games only if version number != server
1. Manage a maximum localStorage usageHistory :
v0.24 : 2021-10-21 : get rid of promise for games json reading, using my own promise
v0.23 : 2021-10-14 : fixed rook choice in the analyse of the PGN, when both might move to the chosen place (checking if there are obstacles on the way)
v0.22 : 2021-10-14 : login form back endpoint and the session id in a cookie + logout
v0.21 : 2021-10-13 : lock the game and give a feed back to user if no session : to do : a login form back endpoint and the session id in a cookie