You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
client | 1 year ago | |
cmd | 1 year ago | |
server | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
modd.conf | 1 year ago |
README.md
A testing Spring83 server
Implementing some of this very draft spec
To test
run the server
If you have modd installed, run modd
. Alternatively, go run server/main.go
run the client
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
view the content
go to http://localhost:8000 while the server is running