diff options
| author | Arnaud Bailly <arnaud@pankzsoft.com> | 2025-09-27 19:30:15 +0200 |
|---|---|---|
| committer | Arnaud Bailly <arnaud@pankzsoft.com> | 2025-09-27 19:30:15 +0200 |
| commit | 689f22d0818e4df65ed2766c757db1f78eb34a41 (patch) | |
| tree | b093b2deb577ef777979dda814b191845a1ae842 /lambda-calcul/rust/README.md | |
| parent | 3364e6355dd3fa33cfafa0f811a3e455321c2225 (diff) | |
| download | lambda-nantes-689f22d0818e4df65ed2766c757db1f78eb34a41.tar.gz | |
feedback from geek camp
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 |
