Implementing some of this very draft spec
If you have modd installed, run modd
. Alternatively, go run server/main.go
On first run, the client will generate a keypair for you according to the spring83 spec, and store it in ~/.config/spring83/key.pub
and ~/.config/spring83/key.priv
.
This key has to meet a certain specification, so it may take some time to generate on the first run.
echo "testing" | go run client/main.go
go to http://localhost:8000 while the server is running