reading-notes


Project maintained by Razan-am Hosted on GitHub Pages — Theme by mattgraham

Socket.io

What Socket.IO is

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


References:

@By Socket.IO/Socket.IO

@By ULRICH SCHÄLLING/Network Transformation: Transitioning to Packet Technology

@By stackoverflow/SOCKET