Skip to content

Latest commit

 

History

History

web-sockets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Stage#2. WebSockets 🌐

Module Overview 📚

The "WebSockets" module is crafted to provide an in-depth exploration of using WebSockets within the context of frontend web development. This module covers the essentials of WebSocket technology, its advantages over traditional HTTP communication, and how to implement WebSockets in a JavaScript environment. It aims to equip students with the skills needed to create real-time, bi-directional communication applications, such as chat applications, live notifications, and more.

Learning Objectives 🎯

Students will:

  • Understand the core principles and advantages of WebSocket technology.
  • Learn how to establish a WebSocket connection using JavaScript.
  • Develop skills for sending and receiving messages through WebSockets.
  • Explore best practices for securing WebSocket connections.
  • Gain practical experience by building a simple real-time chat application.

Approximate Module Completion Time ⏱️

  • 4 hours

Theory 📖

Students are encouraged to explore the following resources:

  1. Introduction to WebSockets:

  2. Implementing WebSockets in JavaScript:

  3. Securing WebSocket Connections:

  4. Lecture Videos:

Practice 💻

  • Complete the "[St2] WebSockets" test in the RS-App > Auto Test.

Additional Resources 📘

  1. WebSocket API - MDN Web Docs
  2. WebSockets - A Conceptual Deep-Dive