mirror of
https://github.com/thib8956/tic-tac-toe-ws.git
synced 2024-11-17 09:26:33 +00:00
18 lines
215 B
Markdown
18 lines
215 B
Markdown
|
# 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
|
||
|
|