From de32c57f4fbc0ac44a5a458ed0fdb2d4f7b3a07e Mon Sep 17 00:00:00 2001 From: Jonas Date: Mon, 22 Apr 2024 00:45:31 +0200 Subject: [PATCH] vanilla-chat: mvp --- vanilla-chat/README.md | 16 ++++++++++++++ vanilla-chat/index.html | 49 +++++++++++++++++++++++++++-------------- 2 files changed, 49 insertions(+), 16 deletions(-) create mode 100644 vanilla-chat/README.md diff --git a/vanilla-chat/README.md b/vanilla-chat/README.md new file mode 100644 index 0000000..6f828a4 --- /dev/null +++ b/vanilla-chat/README.md @@ -0,0 +1,16 @@ +# Vanilla Chat + +A simple chat client, to test the websocket server `propromo.chat` for propromo. + +## How to test? + +Start two clients, and start chatting. +Requires `test.sql` from the `propromo.chat` repo to be executed. + +``` +npx serve -l 5173 . +``` + +``` +npx serve -l 3000 . +``` diff --git a/vanilla-chat/index.html b/vanilla-chat/index.html index 910ea83..c6ee243 100644 --- a/vanilla-chat/index.html +++ b/vanilla-chat/index.html @@ -12,7 +12,15 @@

Vanilla Chat Client Demo

-
+
+ +
+ + +