From 67d09ec1356b408853e0381cfaaadaff8eeaa071 Mon Sep 17 00:00:00 2001 From: anshggss Date: Mon, 29 Jun 2026 20:25:40 +0530 Subject: [PATCH 01/14] prod --- client/index.html | 5 +- client/index.js | 15 ++++-- gateway/index.ts | 13 +++-- gateway/routes/addToRoom.ts | 19 +++++-- gateway/routes/createRoom.ts | 35 +++++++++---- k8s.yaml | 98 ++++++++++++++++++++++++++++++++++-- scripts/gen-stream-ports.sh | 36 +++++++++++++ server/server.ts | 42 ++++++++++++++-- 8 files changed, 231 insertions(+), 32 deletions(-) create mode 100755 scripts/gen-stream-ports.sh diff --git a/client/index.html b/client/index.html index 333249f..ebbd2f4 100644 --- a/client/index.html +++ b/client/index.html @@ -5,6 +5,7 @@ Box Game + @@ -63,9 +64,9 @@

Options

- + diff --git a/client/index.js b/client/index.js index 2d02a8f..e527a22 100644 --- a/client/index.js +++ b/client/index.js @@ -2,9 +2,16 @@ // GATEWAY_URL is injected by index.html as a