View on GitHub

401-reading-notes

CLASS 12

SOCKET.IO

REVIEW, RESEARCH AND DISCUSS

What is the benefit of transforming data into packets?

UDP is often refereed to as a connectionless protocol. Why is this?

Can a socket server application have multiple socket connections?

Can a socket connection application be connected to multiple socket servers?

Can an application be both a socket server and a socket connection?

TERMS:

Observer Pattern

The Observer Pattern is a popular pattern used across all sorts of JavaScript applications where the instance maintains a collection of observers and notifies them when changes to the state occurs.

listner

Event Handler

Event Driven Programming

Event Loop

Event Queue

Call Stack

Emmit/raise/trigger

Subscribe

Database

HOME