lichess-org / stockfish.wasm

WebAssembly port of the strong chess engine Stockfish
https://npmjs.com/package/stockfish.wasm
GNU General Public License v3.0
271 stars 46 forks source link

node support? #20

Closed honkskillet closed 4 years ago

honkskillet commented 4 years ago

Can this be run server-side in node?

niklasf commented 4 years ago

Eventually. Unfortunately it seems at least one required feature (shared WebAssembly.Memory) is not enabled yet.

niklasf commented 4 years ago

Published v0.7.1 that works at least if node is run with some flags. See updated usage section.

honkskillet commented 4 years ago

Awesome.