View on GitHub

reading-notes

Reading notes for Codesfellows Coding

Message Queues

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

Terms

Socket - connection between browser and servers socket. Web Socket - the name for the bi directional communication protocol. Socket.io - JS lib for real time web apps Client - user-side tx/rx software Server - tx/rx for service side of apps OSI Model - Open Systems Interconnection Model TCP Model - Transmission Control Protocol, syn ack fin ack TCP - package sending and recieveing UDP - User Datagram Protocol Packets - a data bundle that once send will be confiremd as recieved or re sent

Which 3 things had you heard about previously and now have better clarity on?