WebSockets technology is a bidirectional, full-duplex protocol for communication between client and server over the web. It was standardized in 2011 and it’s fully compatible with HTTP. This protocol enables real-time applications such as chatting, notifications, live feed, multiplayer gaming, and other use cases.

In this course, you will learn what the WebSocket protocol is and why it was invented. You learn the pros and cons of WebSockets and when to use it. You will also learn how to horizontally scale and secure WebSockets in your applications and be able to build a real-time multiplayer game and chatting application. This course also has a special section that discusses advanced WebSockets topics such as HTTP/2 and how the protocol looks in Wireshark.
What you’ll learn

  • WebSockets Protocol
  • How to Scale WebSockets Connections
  • How to Secure WebSockets with wss://
  • Building a MultiPlayer game with WebSockets
  • How WebSockets Work in the Wire
  • How WebSockets works with HTTP/2
    Are there any course requirements or prerequisites?
  • Be able to understand basic HTTP
    Who this course is for:
  • Developers who are interested in truly understand WebSockets and want to build realtime applications

Source Code
https://github.com/hnasr/javascript_playground/tree/master/websocket-cell-game
https://github.com/hnasr/javascript_playground/tree/master/websocket-demo
https://github.com/hnasr/javascript_playground/tree/master/ws-live-chat-system

Introduction 0:00

  • What is HTTP 2:46
  • What is a Web Server 48:20

Introduction to WebSockets 1:25:35

Scaling WebSockets : 2:13:13
Securing WebSockets 2:33:30

Multi-player Game Design with WebSockets 2:53:30
Multi-Player Game Building with WebSockets 3:25:20

Advanced WebSockets 5:12:00

#websockets #web-development #developer

The Complete Guide to WebSockets
9.80 GEEK