This commit is contained in:
Eden Kirin
2023-03-25 18:45:31 +01:00
parent 1b745c756f
commit ed4d61b37b
5 changed files with 152 additions and 9 deletions

View File

@ -63,12 +63,6 @@ To activate virtual environment:
poetry shell
```
### Starting WebSockets Server
```sh
make run-ws
```
WebSockets server runs on port **8011**. To run WS Server on different port, edit `settings.py` configuration.