示例说明安全的WebSocket(使用HAProxy)



WebSockets技术是双向的全双工协议,用于通过Web在客户端和服务器之间进行通信。它已于2011年标准化,并与HTTP完全兼容。该协议支持实时应用,例如聊天,通知,实时供稿,多人游戏和其他用例。

在本视频中,我想讨论通过套接字443上的TLS完成的websocket安全协议wss://

源代码WebSocket
https://github.com/hnasr/javascript_playground/tree/master/websocket-demo


6:21 nginx / haproxy

15:13我如何确保https://www.youtube.com/watch?v=CxamHNc3U4A

Architecture软件架构视频

?数据库工程视频

?网络工程视频

?负载平衡和代理视频

?Postgres视频

?Docker

?程式设计影片

?网络安全视频

?HTTP视频

?Python视频

?Javascript视频

?Discord服务器https://discord.gg/CsFbFce

在PayPal上支持我
https://bit.ly/33ENps4

成为Patreon
https://www.patreon.com/join/hnasr?

保持好状况,
侯赛因。

3 comments
  1. gRPC is for interservice communication or native apps. There exists grpc-web… but due to performance degradation i would not to use it in browser. And… technically you didn't fully secured your ws traffic. In LAN it is still insecure, i believe. 🙂 But… nice vid! 🙂 🙂

  2. There's something about the way you explain things that make it easier to understand. The additional impressions in your voice is great. Thanks for the video. Additionally, what sort of problems do web sockets solve?

Comments are closed.