Added documentation about issues with websockets

This commit is contained in:
sam
2024-02-14 17:18:25 +01:00
parent fc0b96ec0a
commit ceb52b70fa

View File

@@ -7,6 +7,10 @@ With websockets you can establish a connection between the client and the server
### How to use websockets
There are different languages to serve websockets with, but we are going to use Python with the library `websockets`. This library is easy to use and has a lot of documentation.
## Issues
### Ports
We can only use certain ports like 113, 80, 443. These are common ports and are not blocked by firewalls. Something in the network is blocking all other ports which makes it hard to use websockets.