This version of Connect Four runs entirely in your browser using WebAssembly.
The game logic is compiled from Haskell to WebAssembly, eliminating the need for a server.
If WebAssembly fails to load, the game will fall back to the REST API mode.