reason-chess is a chess engine for ReasonML. Use it for game development, chess analysis tools, etc in the browser, nodejs, native or in the mobile application. Engine features include:
Browse Example source or try it in the browser
example gameplay

npm run buildnpm install reason-chess --savebsconfig.json...
"bs-dependencies": [
"reason-chess"
]
...cd example
npm install
npm startnpm run test