Note: recently this has been asked in the first round of the technical interviews by Tiktok (Bytedance) for a Site Reliable Engineer role in London. TCP/IP Protocols is a …
February 9, 2013
beginner, client-server, http, I/O File, implementation, internet, javascript, network, nodejs, programming languages, sockets, tcp/ip
Previous tutorials on node.js could be found here: We have learned to create a http server by using require(‘http’) and http.createServer(…).listen(port). The node.js is based on Javascript and event-driven model, which means that the events happen later …