Everything Is a File
I learned that every web connection, whether it’s an HTTP request, a WebSocket, or a gRPC stream, ultimately boils down to network sockets managed by the operating system’s kernel.
Most high-level languages don’t communicate directly with the network...
thegodtune.hashnode.dev12 min read