From a5688c7449ad02934df6bf8c253cad32c6c1e349 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Thu, 9 Oct 2025 11:11:10 +0200 Subject: feat: serve /static directory useful to keep help instructions around --- lambda-calcul/rust/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lambda-calcul/rust/README.md') 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 -- cgit v1.2.3