reading-notes

Readings: Socket.io

Introduction

Socket.io is a JavaScript library that enables real-time, bidirectional communication between web clients and servers over the WebSocket protocol.

Reading

Web Sockets

Socket.io Tutorial

Socket.io vs Web Sockets

Videos

OSI Model Explained

TCP Handshakes Explained

Bookmark and Review

Reflection

After reading and reviewing the class README, my learning goals include mastering the concepts and implementation of real-time communication using Socket.io, understanding the intricacies of Web Sockets and their integration with Node.js, and gaining proficiency in building interactive, collaborative web applications with Socket.io.