diff options
| author | Arnaud Bailly <arnaud@pankzsoft.com> | 2025-10-09 11:11:10 +0200 |
|---|---|---|
| committer | Arnaud Bailly <arnaud@pankzsoft.com> | 2025-10-09 11:11:10 +0200 |
| commit | a5688c7449ad02934df6bf8c253cad32c6c1e349 (patch) | |
| tree | 9360905a66d4f900e9e3ce8f59325d4e4411bdce /lambda-calcul/rust/README.md | |
| parent | 495beefe2a84d66057eaba11372ee753857bc9c3 (diff) | |
| download | lambda-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.md | 3 |
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 |
