Closed jrtechs closed 5 years ago
Currently the web socket being is not encrypted. Due to the nature of this application, this is not a bad thing. However, this prevents hosting this using HTTPS since you cannot have a socket sending un-encrypted traffic from an encrypted website.
Going to refactor out websockets.
Currently the web socket being is not encrypted. Due to the nature of this application, this is not a bad thing. However, this prevents hosting this using HTTPS since you cannot have a socket sending un-encrypted traffic from an encrypted website.