ianfab / fairyground

playground for Fairy-Stockfish in the browser
https://fairyground.vercel.app/
GNU General Public License v3.0
20 stars 5 forks source link

Local mithril package. #46

Closed dpldgr closed 8 months ago

dpldgr commented 8 months ago

Fixes an issue with a local server not working when an internet connection is unavailable.

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fairyground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 7, 2023 11:48am
ianfab commented 8 months ago

Given that the WASM package is way bigger I guess that any points about traffic and caching are kind of moot, so removing all external dependencies seems to make sense, thanks.

dpldgr commented 8 months ago

Given that the WASM package is way bigger I guess that any points about traffic and caching are kind of moot, so removing all external dependencies seems to make sense, thanks.

Yeah, it's a fairly small package in the grand scheme of things at only 27kB. It's amazing to think that used to be a huge amount.