summaryrefslogtreecommitdiff
path: root/lambda-calcul/rust/README.md
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud@pankzsoft.com>2025-10-09 11:11:10 +0200
committerArnaud Bailly <arnaud@pankzsoft.com>2025-10-09 11:11:10 +0200
commita5688c7449ad02934df6bf8c253cad32c6c1e349 (patch)
tree9360905a66d4f900e9e3ce8f59325d4e4411bdce /lambda-calcul/rust/README.md
parent495beefe2a84d66057eaba11372ee753857bc9c3 (diff)
downloadlambda-nantes-a5688c7449ad02934df6bf8c253cad32c6c1e349.tar.gz
feat: serve /static directory
useful to keep help instructions around
Diffstat (limited to 'lambda-calcul/rust/README.md')
-rw-r--r--lambda-calcul/rust/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/lambda-calcul/rust/README.md b/lambda-calcul/rust/README.md
index e3a9e60..89c81d2 100644
--- a/lambda-calcul/rust/README.md
+++ b/lambda-calcul/rust/README.md
@@ -63,7 +63,7 @@ There are `--port` and `--host` arguments should one want to change the default
* [x] make command line to register more explicit
* [x] `nc -l` is a simple echo server to show what's sent by the server
-* [ ] keep the readme exposed by the server
+* [x] keep the readme exposed by the server
* [ ] use JSON formatting for request/response
* [ ] debug user address on the leaderboard page
* [ ] shows status of client (not connected/connected/replying correctly or not)
@@ -72,6 +72,7 @@ There are `--port` and `--host` arguments should one want to change the default
* [ ] cheatsheet λ-calcul exposed on `/help`
* [ ] propose to send JSON or S-Exp
* [ ] persist user state to avoid losing connections
+* [ ] deploy automatically server on punkachien.net with radicle CI
* [ ] ask people to implement something
* [ ] prepare starter kit to overcome