reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

Message Queues (13)


Message Queues


<hr>

What does it mean that web sockets are bidirectional? Why is this useful❓ 📁

Does socket.io use HTTP? Why❓ 📁

What happens when a client emits an event❓ What happens when a server emits an event❓ 📁


What happens if a client “misses” an event❓ 📁

How can we mitigate this❓ 📁

Server

Socket

Web Socket

OSI Model

Rooms

Rooms

Reserved events:


<hr>

📁 Socket.io Chat Example


📁Rooms and Namespaces


📁Socket.io Emit Cheatsheet