1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2024-09-29 06:06:37 +00:00

Add README.md

This commit is contained in:
Thibaud Gasser 2024-09-02 22:38:41 +02:00
parent c9ed32806b
commit ad265f4011

17
README.md Normal file
View File

@ -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