# 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