From 3319a5d492755f8f509233f0fd6638474008ef6b Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:08:27 -0800 Subject: [PATCH] Websocket --- OS/01/app/index.html | 45 +++++++++++-- .../computer_api_extensions/clock.py | 33 ++++++++++ OS/01/core/interpreter/main.py | 65 ++++++++++++++----- OS/01/core/interpreter/start.py | 15 +++++ 4 files changed, 136 insertions(+), 22 deletions(-) create mode 100644 OS/01/core/interpreter/computer_api_extensions/clock.py diff --git a/OS/01/app/index.html b/OS/01/app/index.html index d9a066c..108c012 100644 --- a/OS/01/app/index.html +++ b/OS/01/app/index.html @@ -1,5 +1,42 @@ - \ No newline at end of file +
+