#

tcp模塊

  • 深入Node TCP模塊的理解

    1. TCP 在Node.js中,提供了net模塊用來實(shí)現(xiàn)TCP服務(wù)器和客戶端的通信。 1.1 TCP服務(wù)器 net.createServer([options][, connectionList

    作者:lio-mengxiang
    2020-10-13 01:33:46