From ad265f4011140e58e03d5769ca50e72aeda4b3ea Mon Sep 17 00:00:00 2001 From: Thibaud Date: Mon, 2 Sep 2024 22:38:41 +0200 Subject: [PATCH] Add README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d02051 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Test websockets + +## How to run + +``` +// compilation of .mts files in watch mode +$ tsc -w + +// serve static files (localhost:8000) +$ python serve.py + +// run server +$ node server.mjs +``` + +Go to http://localhost:8000 +