[Node.js]NET模塊

摘要 net模塊提供了一些用於底層的網絡通信的小工具,包含了創建服務器和客戶端的方法。可以使用該模塊模擬請求等操作。 net模塊 引入net模塊 var net=require("net"); 方法 1 net.createServer([options][, connectionListener]) 創建一個 TCP 服務器。參數 connectionListener 自動給 'connecti
相關文章
相關標籤/搜索