NodeJS源碼分析(2)【HTTP Server模塊】

http是nodejs中重要的模塊之一,有必要了解它的運行原理node 回到helloworld ,當node在收到一個http請求,會建立一個http.Server,註冊並監聽request。web var http = require('http'); http.createServer((req, res) => { res.writeHead(200, { 'Content-Type'
相關文章
相關標籤/搜索