From 295ca1daf01ff83964812c50fe1374dd679a0559 Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Fri, 5 Mar 2021 11:33:29 +0100 Subject: [PATCH] Update todo --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index fd7f80d..7dbed8b 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,9 @@ +* Add a prototype Rust project: frontent (WASM) + * Be able to change the DOM + * Be able to handle user event (key press for instance) + * Be able to share a common crate between client and server + * Be able to communicate between client and server with websocket+serde +* Create a SQLite database and store all key events * Enable Logging. [ok] Accept an argument to encrypt a message -- 2.43.0