WintrCat / freechess

WintrCat's Game Report ♟️
https://chess.wintrcat.uk
Other
608 stars 154 forks source link

Moved backend logic to the frontend #14

Closed VincentKriek closed 9 months ago

VincentKriek commented 9 months ago

Moved the backend parsing logic and classification logic to the frontend. This way the server only has to serve static files and the captcha is not needed anymore.

WintrCat commented 9 months ago

I don't plan on doing this anytime soon - and, well, there would be quite a few merge conflicts with basically everything else trying to merge this

VincentKriek commented 9 months ago

Allright. If you let me know i can take care of the merge conflicts, but I don't know what your further plans are. I'll leave that up to you. If you change your mind let me know.

stefnotch commented 8 months ago

@VincentKriek Woah, nice work. If one were to host this on GitHub pages, could one get rid of the backend entirely?

VincentKriek commented 8 months ago

@stefnotch Thanks! I guess you're right, since the only job the backend has is to serve the index.html file. I hadn't heard of GitHub pages until now, but I'll go and try it!