📌  相关文章
📜  你能在 https 上运行 websocket - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:31.188000             🧑  作者: Mango

代码示例1
You can't use WebSockets over HTTPS, but you can use WebSockets over TLS (HTTPS is HTTP over TLS). Just use "wss://" in the URI.Mar. 17, 2012