A remake of the Card-Jitsu minigame from the game Club Penguin in Go using ssh.
With docker (using port 3000):
docker build . -t go-jitsu-server
docker run -p 3000:3000 go-jitsu-server
Connect to the server with ssh:
ssh ssh://localhost:3000
# or if you want to change your username:
ssh ssh://<your username>@localhost:3000
Mainly the libraries developed by Charm.sh.