Closed VincentKriek closed 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
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.
@VincentKriek Woah, nice work. If one were to host this on GitHub pages, could one get rid of the backend entirely?
@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!
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.