#Stockfish without building a backend (Accept Fen - Returns Good Moves)

11 messages · Page 1 of 1 (latest)

steep dome
#

Use stockfish wasm

#

But not sure how easy it is to host that wasm binary/what vercel free tier allows

vapid bridge
#

which is why I asked for no backend solutions to the problem. I'll just work with however many moves I can get

steep dome
#

...

#

your frontend assets files are still hosted

vapid bridge
#

yea

steep dome
#

stockfish wasm is an asset file which you will have to load

#

from some sort of host

#

probably same as where u get your files from

vapid bridge
#

I've been tried since yesterday morning. Idk how to use workers on this I've never dealt with engine related stuff before.