diff options
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 |
