Node.js HTTP模塊與事件模塊

Node.js的http服務器前端 經過使用HTTP模塊的低級API,Node.js容許咱們建立服務器和客戶端。剛開始學node的時候,咱們都會遇到以下代碼:node var http = require(‘http’); http.createServer(function (req,res) { res.end(‘Hello World\n’); }).listen(3000,」127.0.0
相關文章
相關標籤/搜索