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 +