From 67b9db2ed0d6ae43ae7e9e0a8d061e068ac41b46 Mon Sep 17 00:00:00 2001 From: Eden Kirin Date: Fri, 24 Mar 2023 11:39:36 +0100 Subject: [PATCH] Cleanups and optimizations --- README.md | 1 + src/frontend/index.html | 5 ++++- src/funnel/Makefile | 4 ++++ src/funnel/main.py | 30 ++++++++---------------------- src/funnel/ws_server.py | 13 ++++++------- 5 files changed, 23 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 3bcac97..f401eb0 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ deactivate FE | Funnel | Python | - | | ServeCurrentTime | NodeJS | 50000 | | ServeSegments | Go | 50001 | +| WS Server | Go | 50010 | ### Funnel diff --git a/src/frontend/index.html b/src/frontend/index.html index 4bc2ddd..185f451 100644 --- a/src/frontend/index.html +++ b/src/frontend/index.html @@ -16,8 +16,11 @@