nodejs——網絡編程模塊

net模塊提供了一個異步網絡包裝器,用於TCP網絡編程,它包含了創建服務器和客戶端的方法。dgram模塊用於UDP網絡編程。 參考鏈接:https://nodejs.org/api/net.html, https://nodejs.org/api/dgram.html 一、TCP Server net模塊通過net.createServer方法創建TCP服務器,通過net.connect方法創建客
相關文章
相關標籤/搜索