Isomorphic web app using Miso and WebSockets: move inside the maze and meet other players.
build.sh
cd output
./server
then go to 127.0.0.1:3000
(localhost:3000
won't work)
- frontend:
nix develop .#wasm
make update # update package repository
make build # build frontend app
- backend:
nix develop .#default
cabal update # update package repository
cabal test # build and run tests
cabal run server # build and run server
The client/server version: miso-maze.