diff options
Diffstat (limited to 'lambda-calcul/rust/README.md')
| -rw-r--r-- | lambda-calcul/rust/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lambda-calcul/rust/README.md b/lambda-calcul/rust/README.md index cf1f26b..f4bced5 100644 --- a/lambda-calcul/rust/README.md +++ b/lambda-calcul/rust/README.md @@ -40,3 +40,23 @@ cargo run --bin server ``` There are `--port` and `--host` arguments should one want to change the default `127.0.0.1:8080` + +# NOTES + +* make command line to register more explicit +* `nc -l` is a simple echo server to show what's sent by the server +* 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) +* add more logs to server to help troubleshoot users access/registration +* THE SERVER MUST NOT CRASH +* cheatsheet λ-calcul exposed on `/help` +* propose to send JSON or S-Exp +* persist user state to avoid losing connections + +* ask people to implement something +* prepare starter kit to overcome +* différentes couleurs de pistes (verte/rouge/noire) +* pair programming w/ Manu, people do their own stuff if they want +* ne pas oublier le routeur wifi |
