Added documentation about issues with websockets
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user