reading-notes

Tif Taylor | Code Fellows

View project on GitHub

Class 17 | TCP Servers

Article: OSI Model Explained
Article: TCP Handshakes Explained
Article: OSI Model
Article: What is TCP
Code: Build a TCP Server
Docs: Node Docs: Net Module

Review Tidbits

Given the examples of front-end events such as button click, window resize, form submit, etc, what are some examples of back-end events?

Why are events sometimes better than asynchronous actions with callbacks?

What does an EventEmitter instance do?

When is a program’s call stack, event queue, and event loop active?

Document the following Vocabulary Terms
Term | Defition
–|–
Observer Pattern | Listener | Event Handler | Event Driven Programming | Event Loop | Event Queue | Call Stack | Emit/Raise/Trigger | Subscribe | database |

Upcoming Lecture

Which 3 things had you heard about previously and now have better clarity on? 1) x 2) y 3) z

Which 3 things are you hoping to learn more about in the upcoming lecture/demo? 1) x 2) y 3) z

What are you most excited about trying to implement or see how it works?

  • xyz

Back to Home