TCP Servers - 401-advanced-javascript-Mai/amman-javascript-401d1 GitHub Wiki

TCP Servers

# Event Queues>>

Event Emitters are a way to handle controlling asynchronous events

OSI Model>>“Open Systems Interconnection Reference Model”:

  • a seven-layer model. not every computer network uses the seven, HTTP is an example of that because it skips the presentation and application and lives in the top of transparent.
  • layers >> application, presentation, session, transport, network, Datalink, and physical.